https://github.com/tkuchiki/chef-phpenv
Chef cookbook for phpenv
https://github.com/tkuchiki/chef-phpenv
Last synced: 2 months ago
JSON representation
Chef cookbook for phpenv
- Host: GitHub
- URL: https://github.com/tkuchiki/chef-phpenv
- Owner: tkuchiki
- License: mit
- Created: 2014-04-07T05:40:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-07T08:11:57.000Z (about 11 years ago)
- Last Synced: 2025-01-25T09:11:10.552Z (4 months ago)
- Language: Ruby
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
chef-phpenv
===========Chef cookbook for phpenv
# Requirement
phpenv is required php-build. Pre-install php-build or include https://github.com/tkuchiki/chef-php-build in recipe.
~~~~
# recipes/default.rbinclude_recipe "php-bild"
...
~~~~