Skip to content

Instantly share code, notes, and snippets.

@jurikern
Last active August 29, 2015 14:01
Show Gist options
  • Save jurikern/247abb5d6b1e91936ae5 to your computer and use it in GitHub Desktop.
Save jurikern/247abb5d6b1e91936ae5 to your computer and use it in GitHub Desktop.
Bootstrap chef on a pure Debian 7.5
#!/usr/bin/env bash
locale-gen en_US.UTF-8
\curl -sSL https://get.rvm.io | bash -s stable --ruby
source /usr/local/rvm/scripts/rvm
rvm gemset create teddy
rvm gemset use teddy --default
gem install chef ruby-shadow --no-ri --no-rdoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment