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