Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

theSage21/judge-interface

Repository files navigation

Judge-Interface

Note This project has been merged in to the openjudge project.

This is the default interface for openjudge.

Some of it's features are:

Setup

$ cd ~
$ git clone https://github.com/theSage21/judge-interface.git
$ cd judge-interface
$ ./setup.sh

Usage

$ cd ~
$ cd judge-interface
$ source env/bin/activate
$ ./runserver.sh

The Django admin provides:

  • Add participants
  • Add Questions and Answers
  • Add languages

Screenshots

Main screen Main screen Question View Question View Question List Question List Ace Editor Code Editor

TroubleShooting

  • No webpage
    • This might be because of several reasons.
    • Check if a web page is served at localhost:8000
    • If not open an issue here and we will solve it.
  • No CSS and JS
    • Perhaps your user does not have enough permissions?
    • Try this solution for nginx. Stackoverflow
    • If that does not solve it, open an issue

Any other issue and you can open an issue on github itself and we will try to solve it