Skip to content

Cookbook to create a basic devel_machine using chef and vagrant

License

Notifications You must be signed in to change notification settings

cmorell/devel_machine

Repository files navigation

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

About

Cookbook to create a basic devel_machine using chef and vagrant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages