Skip to content
This repository has been archived by the owner on Oct 27, 2018. It is now read-only.

sharmaeklavya2/ekuOJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ekuOJ

This is an online judge for competitive programming. It is written in python 3.4 and django 1.8. It uses sharmaeklavya2/OJL3. It can run on Unix-like systems only.

Setting up

To set up this online judge, you will need

  1. Python 3.4 (It might run on lower python 3 versions as well; I haven't tried that)
  2. Django 1.8
  3. sharmaeklavya2/OJL3
  4. cemc/safeexec
  5. Markdown package

Steps to build:

  1. First get safeexec and build it.
  2. Then get sharmaeklavya2/OJL3 and set it up by following the instructions in its README.
  3. Add a symlink to OJL3 in ekuOJ's root directory.
  4. Add a symlink to OJ_data (OJ_data is explained in OJL3's readme) in ekuOJ's root directory
  5. From ekuOJ's root directory, run python3 manage.py makemigrations and then python3 manage.py migrate

ekuOJ is now set up. Run python3 manage.py runserver to run ekuOJ on django's development server.

License

ekuOJ is released under the MIT License.

About

Online Judge for Competitive Programming written in Django (No longer maintained)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published