Skip to content

Instantly share code, notes, and snippets.

@fbrnc
Created June 12, 2014 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fbrnc/a6e2ef9630969a094f58 to your computer and use it in GitHub Desktop.
Save fbrnc/a6e2ef9630969a094f58 to your computer and use it in GitHub Desktop.
Instell chef-solo and berkshelf (on Ubuntu)
sudo su
apt-get update && apt-get install -y curl build-essential git libxml2-dev libxslt-dev libssl-dev
curl -L https://www.opscode.com/chef/install.sh | bash
/opt/chef/embedded/bin/gem install berkshelf --no-ri --no-rdoc
ln -s /opt/chef/embedded/bin/berks /usr/local/bin/berks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment