This repo contains chef configuration scripts that I use for various platforms, experiments and learning.
To get started, you'll need to install Ruby, Chef and download the setup file. Here's how!
subo apt-get update
sudo apt-get install ruby
Install the Chef client
wget -q -O - https://www.chef.io/chef/install.sh | sudo bash
To download the setup.rb, issue the following from a fresh terminal window:
wget https://raw.githubusercontent.com/dachew/chef/master/ubuntu-laptop/setup.rb -O setup.rb
sudo chef-apply personal-setup.rb
Alternate method:
chef-client --local -o recipe['default']