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.example
to set the token and save it toconfig/initializers/secret_token.rb
.
-
config/database.yml.example
Modify this example file according to your database configuration and save it to
config/database.yml
. -
config/application.yml.example
Customize 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