Move tutorial to docs

This commit is contained in:
xiongsp
2023-01-12 10:36:54 +08:00
parent d1315f5cdc
commit e6d1f2fd10
2 changed files with 22 additions and 22 deletions

View File

@@ -41,4 +41,26 @@ comments: true
非常欢迎您和我一同来创作本书!
## 离线部署
### Docker
使用本教程前请确保Docker已经安装并启动。
根据如下命令离线部署。
```bash
git clone https://github.com/krahets/hello-algo.git
cd hello-algo
docker-compose up -d
```
稍等片刻,请访问`http://localhost:8000`即可访问本教程。
使用如下命令删除部署。
```bash
docker-compose down
```
TODO教学视频