-
Notifications
You must be signed in to change notification settings - Fork 1
Transfer Guide
Billchenchina edited this page Dec 7, 2017
·
1 revision
UOJ-edu can use your previous uoj docker container to transfer you to UOJ-edu.
Before you transfer, be sure you have backuped your container.
First, download UOJ-edu source code from Releases .
Second, add a new svn user according to vfleaking's documentation.
Run svn co svn://{server-ip}[:port]/uoj
in your local host.
Then copy the source code you downloaded from Releases to the svn library.
Run cd uoj/1 && svn add . --force && svn commit -m "Convert to UOJ-Edited"
to commit your editions.
After the svn sync, run cd /var/www/uoj/app && php cli.php upgrade:up UOJ-Edited-1.0.1
in your docker host to update changes.
本项目是基于UniversalOJ/UOJ-System的二次开发项目。