Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Rud5G/chef-zf2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a9dac35 · Jan 5, 2019
Dec 1, 2017
Jan 5, 2019
May 28, 2014
Sep 24, 2016
Apr 30, 2016
Oct 7, 2016
Jan 5, 2019
Aug 13, 2015
Nov 30, 2018
Mar 2, 2016
Nov 30, 2018
Aug 25, 2017
Nov 30, 2018
May 25, 2018
Nov 30, 2018
Aug 25, 2017
Feb 7, 2015
Aug 25, 2017
Aug 25, 2017
Nov 30, 2018
Aug 12, 2015
Jan 5, 2019

Repository files navigation

ZF2 cookbook


Build 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

Use in an other cookbook

Add this cookbook as a dependency to the metadata.rb in your cookbook. check the current version in the metadata.rb

depends 'zf2', '~> 0.12.13'

Standalone (testing)

Set the required users & config in the databags.

$ kitchen create
$ kitchen converge
$ kitchen destroy

Known Issues

If 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

Author

Author:: Triple-networks (r.gravestein@triple-networks.com)