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/dashboardbundle 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:ongit push heroku masterheroku run rake db:migrateheroku maintenance:off
rake consolerake db:create_migration NAME=<NAME>rake model:createrake test_result:dump