安装

Docker

必须安装 Docker 引擎 才能运行 dockerjudge

用简便脚本安装(服务器端)

curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh

更多信息,请参阅 Install Docker Engine | Docker Documentation(英文)

dockerjudge

Python 包索引 (PyPI)

dockerjudge · PyPI

通过 pip

pip install dockerjudge

通过 Easy install(反对)

easy_install dockerjudge

GitHub 上的

  • HTTPS: https://github.com/wxh06/dockerjudge.git

  • SSH: git@github.com:wxh06/dockerjudge.git

git clone https://github.com/wxh06/dockerjudge.git
cd dockerjudge

make pip && make  # python3 -m pip install -Ur requirements.txt && python3 setup.py build
sudo make install  # python3 setup.py install