Skip to content

Instantly share code, notes, and snippets.

@joakimk
Created March 23, 2011 21:34
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 joakimk/884063 to your computer and use it in GitHub Desktop.
Save joakimk/884063 to your computer and use it in GitHub Desktop.
How to get the vagrant dev-env running
bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head )
# follow instructions
rvm install ree
rvm use ree
git clone https://github.com/mitchellh/vagrant.git
cd vagrant
gem install bundler
git checkout 77a1b9a6efe4f5cdc993
bundle
rake build
ls pkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment