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.6KB

11 년 전
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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-adodb package.
  21. ``php.curl``
  22. ------------
  23. Installs the php5-curl package on Debian, and ensures that curl itself is
  24. installed for RedHat systems, this is due to the curl libs being provided by
  25. php-common, which will get installed with the main php package.
  26. ``php.fpm``
  27. -----------
  28. Installs the php-fpm package, starts the service, and enables it.
  29. ``php.gd``
  30. ----------
  31. Installs the php-gd package.
  32. ``php.imagick``
  33. ------------
  34. Installs the php-imagick package.
  35. ``php.imap``
  36. ------------
  37. Installs the php-imap package.
  38. ``php.ldap``
  39. ------------
  40. Installs the php-ldap package.
  41. ``php.mbstring``
  42. ---------------
  43. Installs the php-mbstring package.
  44. ``php.mcrypt``
  45. --------------
  46. Installs the php-mcrypt package.
  47. ``php.memcache``
  48. ------------
  49. Installs the php-memcache package.
  50. ``php.memcached``
  51. ------------
  52. Installs the php-memcached package.
  53. ``php.mysql``
  54. -------------
  55. Installs the php-mysql package.
  56. ``php.pear``
  57. ------------
  58. Installs the php-pear package.
  59. ``php.pgsql``
  60. ------------
  61. Installs the php-pgsql package.
  62. ``php.soap``
  63. ------------
  64. Installs the php-soap package.
  65. ``php.suhosin``
  66. ------------
  67. Installs the php-suhosin package.
  68. ``php.xml``
  69. ------------
  70. Installs the php-xml package.