feat: add quickstart

This commit is contained in:
Mikucat 2024-04-07 20:39:12 +08:00
parent cf4c5e7719
commit 959228d53b
No known key found for this signature in database
GPG Key ID: CE6B09A6F462E04D
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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