cookbook 'zf2', '= 0.7.7'
    zf2
    
      
        
          (34) Versions
        
        0.7.7
      
        - 
        
        
 
      
    
    
  Follow3
  
  Installs/Configures ZF2
cookbook 'zf2', '= 0.7.7', :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 latest Vagrant from the Vagrant downloads page
Install the Vagrant plugins: Berkshelf, Omnibus, Hostmanager
$ vagrant plugin install vagrant-berkshelf
$ 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.10 | 
| apache2 ~> 3.0.1 | 
| php ~> 1.5.0 | 
| database ~> 2.3.1 | 
| mysql ~> 5.6.1 | 
| nodejs ~> 2.2.0 | 
| samba ~> 0.12.0 | 
| chef-solo-search ~> 0.5.1 | 
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
ZF2 Cookbook
v0.6.0 (2015-02-07)
- Add config: support_windows_clients
 
v0.5.4 (2015-01-22)
- Replace fork samba cookbook by original
 
v0.5.0 (2014-12-14)
- Virtualhost configuration per Environment
 
v0.4.3 (2014-06-18)
- Add nodejs
 - Add grunt
 - Add mailcatcher
 
v0.4.2 (2014-06-18)
- Add changelog
 
Foodcritic Metric
        
            0.7.7 failed this metric
            FC023: Prefer conditional attributes: /tmp/cook/087fa6121097319895c79d45/zf2/recipes/apache2.rb:25
FC031: Cookbook without metadata file: /tmp/cook/087fa6121097319895c79d45/zf2/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/087fa6121097319895c79d45/zf2/metadata.rb:1
        
  
0.7.7 failed this metric
FC031: Cookbook without metadata file: /tmp/cook/087fa6121097319895c79d45/zf2/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/087fa6121097319895c79d45/zf2/metadata.rb:1


