更新:models/routes/services/templates/docs

This commit is contained in:
hmo
2026-04-26 18:02:36 +08:00
parent f7a82ac48a
commit 6abdd49c04
31 changed files with 1480 additions and 676 deletions
+5 -5
View File
@@ -3,8 +3,8 @@
## 目标服务器
- **服务器**: 阿里云 ECS (CentOS 7)
- **IP**: 47.106.65.108
- **连接**: `ssh -i ~/.ssh/id_rsa root@47.106.65.108`
- **IP**: 47.115.32.206
- **连接**: `ssh -i ~/.ssh/id_rsa root@47.115.32.206`
---
@@ -59,10 +59,10 @@ tar -czvf piano-plan.tar.gz \
-f - .
# 上传到服务器
scp -i ~/.ssh/id_rsa piano-plan.tar.gz root@47.106.65.108:/opt/
scp -i ~/.ssh/id_rsa piano-plan.tar.gz root@47.115.32.206:/opt/
# SSH登录服务器
ssh -i ~/.ssh/id_rsa root@47.106.65.108
ssh -i ~/.ssh/id_rsa root@47.115.32.206
```
### 2. 服务器准备
@@ -247,4 +247,4 @@ ls -la /app/data/
## 联系
部署完成后访问: `http://47.106.65.108:5000`
部署完成后访问: `http://47.115.32.206:5000`