Skip to content

Latest commit

 

History

History
39 lines (18 loc) · 535 Bytes

README.md

File metadata and controls

39 lines (18 loc) · 535 Bytes

Run using

berks vendor cookbooks && sudo chef-client -c client.rb

Bootstrapping

What needs to be done on a fresh machine before we can run our CHEF recipes:

  1. Install prequisites

sudo apt-get install ruby ruby-dev ruby-bundler git

  1. Copy ssh keys to the new machine

ssh-add ~/.ssh/jkey

  1. Create projects folder

mkdir ~/projects

cd ~/projects

  1. Clone repo

git clone [email protected]:jhilden/chef-dev-box.git

  1. Install gems

bundle install

  1. Copy private files and create local node.json