An open API service indexing awesome lists of open source software.

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

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.rb

include_recipe "php-bild"
...
~~~~