Repository for the dasboard located at: http://amalgam.herokuapp.com/
The purpose of this dashboard is to allow for easy storage and running of correctness, performance, and continuous integration tests for Team Amalgam's improvements to the moolloy project.
- ruby 2.0.0
- bundler
- postgres
- See Gemfile
git clone https://github.com/TeamAmalgam/dashboard
bundle install
- Create a database for development.
- Create a database.yml file in
config
. Example given inconfig/database.example.yml
. rake db:migrate
The Amalgam Test Dashboard is run on top of Heroku.
git remote add heroku <HEROKU_GIT_REPO>
heroku maintenance:on
git push heroku master
heroku run rake db:migrate
heroku maintenance:off
rake console
rake db:create_migration NAME=<NAME>
rake model:create
rake test_result:dump