Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 770 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 770 Bytes

UTP Online Judge

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".

To Clone.

	git clone [email protected]:sebasutp/utpjudge.git
	git checkout -b dev
	git pull origin dev

To Use.

  • 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.