Skip to content

Cotpear/QueueOJ

 
 

Repository files navigation

SKY Online Judge (Developing)

An open source online judge web system

Required

  1. PHP 7.2.0 +
    Required modules:
    1. pdo
    2. pdo-mysql
    3. gmp
  2. MySQL or MariaDB

Install

  1. Clone SKY Online Judge Repository to yout website (Don't forget to fetch submodules)
  2. Copy config/config.example.php to config/config.php
  3. Fill out your MySQL setting in config.php
  4. Copy LocalSetting.example.php to LocalSetting.php then set its starting directory at $_E['SITEDIR']
  5. Install composer or put composer.phar to site root
  6. use php composer.phar install or composer install to install php library
  7. use ./vendor/bin/phinx m to set up your database.
  8. start your SKY Online Judge ~

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.5%
  • TSQL 1.6%
  • CSS 1.1%
  • Other 0.8%