Skip to content

Instantly share code, notes, and snippets.

View keybits's full-sized avatar

Tom Atkins keybits

View GitHub Profile
@keybits
keybits / 01-vagrant.sh
Created October 8, 2012 10:23 — forked from dalibor/01-vagrant.sh
Set up an Ubuntu 12.04 Precise box with Vagrant for Ruby and NodeJS development
gem install vagrant
vagrant box add precise64 http://files.vagrantup.com/precise64.box
vagrant init
vagrant up