Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.
/ railsbadges Public archive

Rails project for keeping up to date - tracks achievements!

License

Notifications You must be signed in to change notification settings

tcox5698/railsbadges

Repository files navigation

railsbadges

Rails project for keeping up to date - tracks achievements!

Local Development

  1. install Ruby 2.1.10 rvm install 2.1.10
  2. install bundler gem install bundler
  3. install v8 brew install v8
  4. bundle install
  5. start postgres ./script/bootstrap_db.sh
  6. rake db:create
  7. rake db:migrate
  8. rake db:migrate RAILS_ENV=test
  9. Run tests rake spec
  10. Run the cucumber features cucumber
  11. Start the app rails s

Initialization

On installation the app will create a default superuser. You must create a new user and give it the super user role before the app will function.

Login as "[email protected]" with "password" and create a new user. When you give the new user the role of superuser, the default superuser account will be disabled.