Run using
berks vendor cookbooks && sudo chef-client -c client.rb
What needs to be done on a fresh machine before we can run our CHEF recipes:
- Install prequisites
sudo apt-get install ruby ruby-dev ruby-bundler git
- Copy ssh keys to the new machine
ssh-add ~/.ssh/jkey
- Create projects folder
mkdir ~/projects
cd ~/projects
- Clone repo
git clone [email protected]:jhilden/chef-dev-box.git
- Install gems
bundle install
- Copy private files and create local
node.json