mirror of
https://github.com/QingdaoU/oj-docs.git
synced 2024-12-27 15:01:44 +00:00
feat: add quickstart
This commit is contained in:
parent
cf4c5e7719
commit
959228d53b
@ -1,5 +1,5 @@
|
||||
- Guide
|
||||
- [Installation](en/guide/installation.md)
|
||||
- [Quickstart](en/guide/quickstart.md)
|
||||
- [Configuration](en/guide/configuration.md)
|
||||
- [Judge Environment](en/guide/judge_environment.md)
|
||||
- Management
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Installation
|
||||
# Quickstart
|
||||
|
||||
## Requirements
|
||||
|
||||
@ -16,10 +16,10 @@
|
||||
1. Get necessary files from [QingdaoU/OnlineJudgeDeploy](https://github.com/QingdaoU/OnlineJudgeDeploy) releases.
|
||||
|
||||
```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
|
||||
docker compose up -d
|
Loading…
Reference in New Issue
Block a user