A level-based [ACM-ICPC][] training site inspired by the idea of [USACO Training Program][usaco] and developed using [rails][] and [twitter bootstrap][bootstrap]. [ACM-ICPC]: http://icpc.baylor.edu/ [usaco]: http://ace.delos.com/usacogate [rails]: http://rubyonrails.org/ [bootstrap]: http://twitter.github.com/bootstrap/
git clone git://github.com/leewings/ACM-Ladder.git
bundle install
-
Get an unique secret token.
rake secret -
Modify
config/initializers/secret_token.rb.exampleto set the token and save it toconfig/initializers/secret_token.rb.
-
config/database.yml.exampleModify this example file according to your database configuration and save it to
config/database.yml. -
config/application.yml.exampleCustomize this example file according to your need and save it to
config/application.yml.
rake db:setup
rake tmp:create
script/delayed_job start
ACM Ladder is released under the [MIT License][]. [MIT License]: http://opensource.org/licenses/MIT