Skip to content

VaibhavAgarwalVA/aurora-online-judge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aurora Online Judge

Setup

  • Copy all files into a directory named "aurora" inside your Apache's Document Root.
  • Open (create, if required) the file "/aurora/sys/system_config.php" and set the variables (with appropriate values) as shown below:
<?php
$mysql_hostname = "127.0.0.1";
$mysql_username = "username";
$mysql_password = "password";
$mysql_database = "aurora";
$admin_teamname = "admin";
$admin_password = "password";
?>
  • Create an empty subdirectory called "temp" in the "sys" directory (with 777 permissions).
  • Using a browser, open "https://hostname/aurora/?display=doc" to read further instructions on how to use this software.
  • To judge sumissions, run the script "judge.py" on (preferably) a virtual machine that satisfies the server configuration specified in the FAQ.
  • An upgraded version of this project can be found at: https://github.com/pushkar8723/Aurora

Created by: Kaustubh Karkare

About

A Programming Contest Control System with a Web Interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 64.2%
  • HTML 21.3%
  • Python 6.4%
  • CSS 5.7%
  • JavaScript 2.0%
  • Brainfuck 0.2%
  • Other 0.2%