An open source online judge web system
PHP 5.3.0 +
###On Ubuntu Linux
- Clone SKY Online Judge Repository to yout website
- Make sure you have installed PHP and MySQL
- Copy
config/config.example.php
toconfig/config.php
- Fill out your MySQL setting in
config.php
- Run
install/setMySQL.php
in command line to set table. If everything is fine, it will showSUCC
cd install
php setMySQL.php
- Copy
LocalSetting.example.php
toLocalSetting.php
, then set its starting directory at$_E['SITEDIR']
- start your SKY Online Judge ~