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 961B

11 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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.curl``
  19. ------------
  20. Installs the php5-curl package on Debian, and ensures that curl itself is
  21. installed for RedHat systems, this is due to the curl libs being provided by
  22. php-common, which will get installed with the main php package.
  23. ``php.fpm``
  24. -----------
  25. Installs the php-fpm package, starts the service, and enables it.
  26. ``php.gd``
  27. ----------
  28. Installs the php-gd package.
  29. ``php.mcrypt``
  30. --------------
  31. Installs the php-mcrypt package.
  32. ``php.mysql``
  33. -------------
  34. Installs the php-mysql package.
  35. ``php.pear``
  36. ------------
  37. Installs the php-pear package.