Yet another trip planner.
Run the following commands:
bundle install
rake db:migrate
rake db:test:prepare
rake db:seed
Updating from 2.1.5 to 2.1.6 do:
rvm install 2.1.6
For the sake of completeness you can add a RAILS_ENV=production
behind the rake commands if you want to run the app locally with max performance (note that you need a local postgres installation for this).
If you want to use the production mode locally you also have to compile the assets:
rake assets:precompile
Turi is built automatically with travis (https://travis-ci.org/turi-inc/turi). To ensure that all tests are passing run:
rake spec
You can have a look at the preview of the current master branch at the following url: http://turi.herokuapp.com/
Design is important. Therefore visit http://documentup.com/turi-inc/turi for a much more elegant README layout.