Commit graph

2 commits

Author SHA1 Message Date
Connor Turland 65e70d8b6d added npm, forever, and start and stop scripts 2015-01-22 19:33:57 -05: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