Skip to content

Rud5G/chef-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development 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)

About

Chef cookbook for development environment, add tools, extracts sourcecode, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages