mirror of
https://github.com/QingdaoU/OnlineJudgeDeploy.git
synced 2025-01-16 01:13:26 +00:00
fix typo in README
This commit is contained in:
parent
1318169ea3
commit
f6d4ec416d
31
README.md
31
README.md
@ -1,34 +1,34 @@
|
||||
## 环境准备
|
||||
|
||||
### Linux 环境
|
||||
### Linux 环境
|
||||
|
||||
1. 安装必要的依赖
|
||||
|
||||
```bash
|
||||
sudo apt-get update &&
|
||||
sudo apt-get install -y vim python-pip curl git
|
||||
sudo apt-get update && sudo apt-get install -y vim python-pip curl git
|
||||
pip install docker-compose
|
||||
```
|
||||
1. 安装 Docker
|
||||
国内用户使用脚本一键安装: `sudo curl -sSL https://get.daocloud.io/docker | sh`
|
||||
国外用户使用脚本一键安装: `sudo curl -sSL get.docker.com | sh`
|
||||
|
||||
2. 安装 Docker
|
||||
|
||||
国内用户使用脚本一键安装: `sudo curl -sSL https://get.daocloud.io/docker | sh`
|
||||
国外用户使用脚本一键安装: `sudo curl -sSL get.docker.com | sh`
|
||||
|
||||
详细步骤参照: [https://docs.docker.com/install/]()
|
||||
|
||||
### Windows 环境
|
||||
|
||||
|
||||
>window下的安装进攻体验,勿在生产环境使用。如有必要,请使用虚拟机安装Linux并将OJ安装在其中。
|
||||
|
||||
Windows 下的安装仅供体验,勿在生产环境使用。如有必要,请使用虚拟机安装 Linux 并将 OJ 安装在其中。
|
||||
|
||||
以下教程仅适用于 Win10 x64 下的 `PowerShell`
|
||||
|
||||
1. 安装 Windows 的 Docker 工具
|
||||
1. 右击右下角 Docker 图标,选择 Settings 进行设置
|
||||
1. 选择 `Shared Drives` 菜单,之后勾选你想安装 OJ 的盘符位置(例如勾选D盘),点击 `Apply`
|
||||
1. 输入 Windows 的账号密码进行文件共享
|
||||
1. 启动 `PowerShell`,输入`$env:PWD='{your path}'`, `{your path}`代表你想安装的目录。注意!目录必须在你共享的盘符中(例如设置`D:\qduoj`)。由于你创建的是临时环境变量,`PowerShell`关闭则临时变量作废,因此每次启动前必须重新设置过。当然你也可以选择在Win的环境变量中永久添加名为`PWD`的环境变量(与JDK设置方法相同)
|
||||
1. 安装 `Python`、`pip`、`git`、`docker-compose`,安装方法自行搜索
|
||||
2. 右击右下角 Docker 图标,选择 Settings 进行设置
|
||||
3. 选择 `Shared Drives` 菜单,之后勾选你想安装 OJ 的盘符位置(例如勾选D盘),点击 `Apply`
|
||||
4. 输入 Windows 的账号密码进行文件共享
|
||||
5. 启动 `PowerShell`,输入`$env:PWD='{your path}'`, `{your path}`代表你想安装的目录。注意!目录必须在你共享的盘符中(例如设置`D:\qduoj`)。由于你创建的是临时环境变量,`PowerShell`关闭则临时变量作废,因此每次启动前必须重新设置过。当然你也可以选择在Win的环境变量中永久添加名为`PWD`的环境变量(与JDK设置方法相同)。
|
||||
6. 安装 `Python`、`pip`、`git`、`docker-compose`,安装方法自行搜索。
|
||||
|
||||
## 开始安装
|
||||
|
||||
@ -37,11 +37,8 @@
|
||||
```bash
|
||||
git clone -b 2.0 https://github.com/QingdaoU/OnlineJudgeDeploy.git && cd OnlineJudgeDeploy
|
||||
```
|
||||
1. 设置Docker加速源(可选,国内用户推荐)
|
||||
|
||||
参照: [https://lug.ustc.edu.cn/wiki/mirrors/help/docker]()
|
||||
|
||||
1. 启动服务
|
||||
2. 启动服务
|
||||
|
||||
```bash
|
||||
docker-compose up -d
|
||||
|
Loading…
x
Reference in New Issue
Block a user