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
Update the databags, for the project (git), database, virtualhost & users
$ vagrant up
$ vagrant provision
$ vagrant halt
The samba user password setup is not done correct in the first run, to fix:
$ vagrant ssh
$ sudo su
$ smbpasswd -x developer
$ exit # (2x)
$ vagrant provision
Author:: Triple-networks (r.gravestein@triple-networks.com)