Skip to content

Instantly share code, notes, and snippets.

@akofink
Last active December 19, 2015 20:18
Show Gist options
  • Save akofink/6012129 to your computer and use it in GitHub Desktop.
Save akofink/6012129 to your computer and use it in GitHub Desktop.
Vagrant on Precise
#!/bin/bash
sudo apt-get install -y curl git-core libxml2-dev libxslt-dev postgresql-9.1 libpq-dev
\curl -L https://get.rvm.io | bash
source ~/.rvm/scripts/rvm
cd /vagrant
bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment