Is a free software project oriented to improve the programming skills of the students through contest like acm-icpc, codeforces, and others.
This repository IS OUT OF DATE, the main repository is https://github.com/in-silico/utpjudge
- The current development is not in the master branch, is in "dev".
git clone [email protected]:sebasutp/utpjudge.git
git checkout -b dev
git pull origin dev
-
go to judge directory and initialize the db.
cd judge/ rake db:migrate rake db:seed
this will create a account with email "[email protected]" and password "[email protected]"
-
run the server
rails server
-
enjoy
Developed by insilico.