安装¶
Docker¶
必须安装 Docker 引擎 才能运行 dockerjudge。
用简便脚本安装(服务器端)¶
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
dockerjudge 包¶
从 Python 包索引 (PyPI)¶
通过 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