Cookbook to deploy a devel machine with the basics things to start programming
ubuntu
- Installing ChefDK
- Installing Chef-Zero
- Installing and configuring Vagrant and VirtualBox
In official Chef website, select your current OS system. To check the install.
knife node list
Using gem provided by chef
sudo chef gem install chef-zero
To check install
chef-zero
- Download and install Vagrant
- Download and install VirtualBox
- Installing plugins vagrant
vagrant plugin install vagrant-chef-zero
vagrant plugin install vagrant-omnibus
vagrant plugin install vagrant-berkshelf
vagrant up --provision
vagrant ssh
Author:: Carlos Morell Roldan