Skip to content

Instantly share code, notes, and snippets.

@jimmed
Created May 10, 2013 08:41
Show Gist options
  • Save jimmed/5553227 to your computer and use it in GitHub Desktop.
Save jimmed/5553227 to your computer and use it in GitHub Desktop.
Chef Setup
  1. Set up a vanilla Ubuntu Server VM or EC2 instance, then sudo su
  2. Install Chef: curl -L https://www.opscode.com/chef/install.sh | bash
  3. Copy the Chef Repository: wget http://github.com/opscode/chef-repo/tarball/master && tar -zxf master && mv opscode-chef-repo* chef-repo && rm master
  4. Create a cookbook directory: cd chef-repo && mkdir .chef && echo "cookbook_path [ '/root/chef-repo/cookbooks' ]" > .chef/knife.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment