Skip to content

Instantly share code, notes, and snippets.

@korayguclu
Last active August 29, 2015 14:01
Show Gist options
  • Save korayguclu/4f66289159d85cfc9c12 to your computer and use it in GitHub Desktop.
Save korayguclu/4f66289159d85cfc9c12 to your computer and use it in GitHub Desktop.
vagrant box add base-jruby http://files.vagrantup.com/lucid64.box
cd <project directory>
vagrant init base-jruby
vagrant plugin install vagrant-vbguest
vagrant up
vagrant ssh
sudo apt-get update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment