This is a rails web app that calculates how good hockey teams are. Currently this site takes data from OMHA and Alliance.
First you need to download ruby and rails.
Then run this command:
bundle install
You would then need to run the migration files.
To run on cloud9:
rails s -b $IP -p $PORT
To run on local server:
rails s