mirror of
https://github.com/QingdaoU/oj-docs.git
synced 2024-12-28 23:41:43 +00:00
feat: add quickstart
This commit is contained in:
parent
cf4c5e7719
commit
959228d53b
@ -1,5 +1,5 @@
|
|||||||
- Guide
|
- Guide
|
||||||
- [Installation](en/guide/installation.md)
|
- [Quickstart](en/guide/quickstart.md)
|
||||||
- [Configuration](en/guide/configuration.md)
|
- [Configuration](en/guide/configuration.md)
|
||||||
- [Judge Environment](en/guide/judge_environment.md)
|
- [Judge Environment](en/guide/judge_environment.md)
|
||||||
- Management
|
- Management
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Installation
|
# Quickstart
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
@ -16,10 +16,10 @@
|
|||||||
1. Get necessary files from [QingdaoU/OnlineJudgeDeploy](https://github.com/QingdaoU/OnlineJudgeDeploy) releases.
|
1. Get necessary files from [QingdaoU/OnlineJudgeDeploy](https://github.com/QingdaoU/OnlineJudgeDeploy) releases.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone -b v1.6.0 https://github.com/QingdaoU/OnlineJudgeDeploy.git
|
git clone -b v1.6.1 https://github.com/QingdaoU/OnlineJudgeDeploy.git
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Pull and start containers.
|
2. Pull and start services.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker compose up -d
|
docker compose up -d
|
Loading…
Reference in New Issue
Block a user