Saltstack Official PHP Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.rst 1.7KB

11 vuotta sitten
11 vuotta sitten
11 vuotta sitten
11 vuotta sitten
11 vuotta sitten
11 vuotta sitten
11 vuotta sitten
10 vuotta sitten
10 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. ===
  2. php
  3. ===
  4. Formulas to set up and configure php and various php libraries.
  5. .. note::
  6. See the full `Salt Formulas installation and usage instructions
  7. <http://docs.saltstack.com/topics/conventions/formulas.html>`_.
  8. Available states
  9. ================
  10. .. contents::
  11. :local:
  12. ``php``
  13. -------
  14. Installs the php package.
  15. ``php.apc``
  16. -----------
  17. Installs the php-apc package.
  18. ``php.adodb``
  19. ------------
  20. Installs the php-cli package.
  21. ``php.cli``
  22. ------------
  23. Installs the php-adodb package.
  24. ``php.curl``
  25. ------------
  26. Installs the php5-curl package on Debian, and ensures that curl itself is
  27. installed for RedHat systems, this is due to the curl libs being provided by
  28. php-common, which will get installed with the main php package.
  29. ``php.fpm``
  30. -----------
  31. Installs the php-fpm package, starts the service, and enables it.
  32. ``php.gd``
  33. ----------
  34. Installs the php-gd package.
  35. ``php.imagick``
  36. ------------
  37. Installs the php-imagick package.
  38. ``php.imap``
  39. ------------
  40. Installs the php-imap package.
  41. ``php.ldap``
  42. ------------
  43. Installs the php-ldap package.
  44. ``php.mbstring``
  45. ---------------
  46. Installs the php-mbstring package.
  47. ``php.mcrypt``
  48. --------------
  49. Installs the php-mcrypt package.
  50. ``php.memcache``
  51. ------------
  52. Installs the php-memcache package.
  53. ``php.memcached``
  54. ------------
  55. Installs the php-memcached package.
  56. ``php.mysql``
  57. -------------
  58. Installs the php-mysql package.
  59. ``php.mysqlnd``
  60. ------------
  61. Installs the php-mysqlnd package.
  62. ``php.pear``
  63. ------------
  64. Installs the php-pear package.
  65. ``php.pgsql``
  66. ------------
  67. Installs the php-pgsql package.
  68. ``php.soap``
  69. ------------
  70. Installs the php-soap package.
  71. ``php.suhosin``
  72. ------------
  73. Installs the php-suhosin package.
  74. ``php.xml``
  75. ------------
  76. Installs the php-xml package.