Commit graph

9 commits

Author SHA1 Message Date
Connor Turland 785e16eeae make Vagrantfile realtime server port match default 2017-07-25 16:57:37 -07:00
Devin Howard f8c11f234d more rubocop updates 2016-09-24 12:27:34 +08:00
Devin Howard 0ace202ace automatic rubocop updates 2016-09-24 11:00:46 +08:00
Devin Howard 70a4f54399 switch to ruby 2.3.0 (#572) 2016-08-01 08:33:45 +08:00
Devin Howard 7d4da81272 Update code style automatically using rubocop gem (#563)
* install rubocop

* 1961 automatic rubocop fixes

* update rubocop.yml to ignore half of the remaining cops

* rubocop lint warnings

* random other warnings fixed
2016-07-26 08:14:23 +08:00
Connor Turland 11e57c1b37 rebase onto develop which now has API and pundit 2016-03-13 10:36:38 +11:00
Connor Turland 253ceb4b48 added imagemagick to vagrantfile 2015-02-19 19:03:22 -05:00
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