Skip to content

evaniainbrooks/bjjmapper

Repository files navigation

Codeship Status for rollfindr/rollfindr BJJMapper Logo

BJJMapper.com Front End/API

Codeship CI:

Project Setup:

rvm use jruby --install
gem install bundler
bundle install
RAILS_ENV=test bundle exec rake db:mongoid:create_indexes

To start the dev server:

script/setup_server.sh
script/start_nginx.sh
script/start_puma.sh

To run tests

bundle exec rspec -p
bundle exec rake konacha:run
rubocop -R -D --format offenses --format progress app spec