Skip to content

Latest commit

 

History

History
70 lines (43 loc) · 1.01 KB

README.md

File metadata and controls

70 lines (43 loc) · 1.01 KB

devel_bascis-cookbook

Cookbook to deploy a devel machine with the basics things to start programming

Supported Platforms

ubuntu

How to install

  • Installing ChefDK
  • Installing Chef-Zero
  • Installing and configuring Vagrant and VirtualBox

Installing ChefDK

In official Chef website, select your current OS system. To check the install.

knife node list

Installing Chef-Zero

Using gem provided by chef

sudo chef gem install chef-zero

To check install

chef-zero

Installing Vagrant

  • 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

How to use

vagrant up --provision
vagrant ssh

Author:: Carlos Morell Roldan