Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

zf2 (34) Versions 0.9.0

Installs/Configures ZF2

Policyfile
Berkshelf
Knife
cookbook 'zf2', '= 0.9.0', :supermarket
cookbook 'zf2', '= 0.9.0'
knife supermarket install zf2
knife supermarket download zf2
README
Dependencies
Changelog
Quality 0%

ZF2 cookbook


Build Status
Dependency Status
Version Status

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)

Bitdeli Badge

Dependent cookbooks

baseserver ~> 0.8.5
apache2 ~> 3.1.0
php ~> 1.7.0
mysql2_chef_gem ~> 1.0
database ~> 4.0.8
mysql ~> 6.0
samba ~> 0.12.0

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.9.0 failed this metric

FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/db139357aeb1128eb2f8e5c1/zf2/attributes/apache2.rb:39
FC019: Access node attributes in a consistent manner: /tmp/cook/db139357aeb1128eb2f8e5c1/zf2/attributes/apache2.rb:39
FC023: Prefer conditional attributes: /tmp/cook/db139357aeb1128eb2f8e5c1/zf2/recipes/apache2.rb:25
FC031: Cookbook without metadata file: /tmp/cook/db139357aeb1128eb2f8e5c1/zf2/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/db139357aeb1128eb2f8e5c1/zf2/metadata.rb:1