cookbook 'zf2', '= 0.4.5'
zf2
(34) Versions
0.4.5
-
Follow3
Installs/Configures ZF2
cookbook 'zf2', '= 0.4.5', :supermarket
knife supermarket install zf2
knife supermarket download zf2
ZF2 cookbook
Requirements
Install chef-dk from the downloads page on the Chef-DK github page
Install Vagrant '>= 1.5.2' from the Vagrant downloads page
Install the Vagrant plugins: Berkshelf, Omnibus, Hostmanager
$ vagrant plugin install vagrant-berkshelf --plugin-version '>= 2.0.1'
$ vagrant plugin install vagrant-omnibus
$ vagrant plugin install vagrant-hostmanager
Usage
Set the required project (git), database, virtualhost & users in the databags
$ vagrant up
$ vagrant halt
Known Issues
The samba user setup is not done correct in the first run, to fix:
$ vagrant ssh
$ sudo su
$ smbpasswd -x developer
$ exit # (2x)
$ vagrant provision
Attributes
Recipes
Author
Author:: Triple-networks (r.gravestein@triple-networks.com)
Dependent cookbooks
baseserver ~> 0.7.8 |
mysql ~> 5.2.12 |
apache2 ~> 1.11.0 |
php ~> 1.4.6 |
database ~> 2.2.0 |
nodejs ~> 1.3.0 |
samba >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
ZF2 Cookbook
v0.4.3 (2014-06-18)
- Add nodejs
- Add grunt
- Add mailcatcher
v0.4.2 (2014-06-18)
- Add changelog