Install instructions:
- clone repo
- (ensure you have VirtualBox and Vagrant)
- run configure.sh
This will create a VM, install all the software. Once vm is provisioned
it will then bundle install and configure your database
To start the service you can then run:
vagrant ssh -c 'cd /vagrant; rails s'