Skip to content

Instantly share code, notes, and snippets.

@tphummel
Last active December 18, 2015 22:29
Show Gist options
  • Save tphummel/5855039 to your computer and use it in GitHub Desktop.
Save tphummel/5855039 to your computer and use it in GitHub Desktop.
bootstrap.sh
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y -f -m ruby1.9.1 ruby1.9.1-dev \
rubygems1.9.1 \
build-essential libopenssl-ruby1.9.1 libssl-dev zlib1g-dev \
libxslt-dev libxml2-dev git
sudo gem install chef --no-rdoc --no-ri --version '< 11'
git clone git@git.lincx.me:cookbooks/{project}.git
sudo chef-solo -c config/solo.rb -j config/node.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment