Skip to content

DevCam/OnlineJudgeDeploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Environmental preparation (Linux)

  • System: Ubuntu 18.04 LTS
  • Install Docker
  • Install Docker-compose

Install

  1. Please select a location with some surplus disk space and run the following command: changed from QingdaoU to local repo.

    git clone https://github.com/DevCam/OnlineJudgeDeploy && cd OnlineJudgeDeploy
  2. Start service

    docker-compose up -d

According to the network speed, the setup can be completed automatically in about 5 to 30 minutes without manual intervention.

Wait for the command execution to complete, and then run docker ps -a. When you see that the status of all the containers does not have unhealthy or Exited (x) xxx, it means OnlineJudge has started successfully.

Access the server's HTTP 80 port or HTTPS 443 port through a browser, and you can start using it. The background management path is /admin, the super administrator user name automatically added during the installation process is root, and the password is rootroot. If you log in successfully, please change your account password immediately..

Don't forget to read the documentation: http://opensource.qduoj.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%