Rails project for keeping up to date - tracks achievements!
- install Ruby 2.1.10
rvm install 2.1.10
- install bundler
gem install bundler
- install v8
brew install v8
bundle install
- start postgres
./script/bootstrap_db.sh
rake db:create
rake db:migrate
rake db:migrate RAILS_ENV=test
- Run tests
rake spec
- Run the cucumber features
cucumber
- Start the app
rails s
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.