Skip to content

Deployment

Mark Dickie edited this page Feb 1, 2017 · 1 revision

To deploy simply clone from the deploy branch and run the following from the project directory.

gem install bundle bundle install rake db:setup rake db:schema:load db:seed RAILS_ENV=development rails s -d

Clone this wiki locally