/bossfight

Fightin' bosses

Primary LanguageRubyMIT LicenseMIT

Bossfight

Bossfight uses the following:

  • Ruby 2.2.0

  • SQlite3

Setup:

  • cp config/database.yml.example config/database.yml.example

  • Edit config/database.yml to match your desired database

  • If necessary, add required gem(s) for your database

  • cp config/secrets.yml.example config/secrets.yml

  • Edit config/secrets.yml to set new secrets

  • rake db:setup

  • rake db:seed

  • RAILS_ENV=production rake assets:precompile (if production)

  • Start the server (e.g., rails -s, or a real deployment tool)

  • Log in with email admin@example.com, password password