Commit graph

2 commits

Author SHA1 Message Date
Devin Howard 3f5d2bd7f3 add gem install bundler to configure.sh 2015-05-09 23:22:23 -04:00
Gord Tanner 5592c4710a Created a Vagrantfile
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'
2015-01-22 17:53:18 -05:00