This process automates the setup of a development environment for working on Sparta halo.
Building the virtual machine is this easy:
host $ cd [halo project folder]
host $ vagrant up
host $ vagrant ssh
guest $ cd /vagrant
guest $ bundle install
guest $ rake db:setup
guest $ rake heroku:db:sync:local -- optional
guest $ rails server -b 0.0.0.0
How you can access the app from localhost:3000