更新:models/routes/services/templates/docs
This commit is contained in:
+5
-5
@@ -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`
|
||||
Reference in New Issue
Block a user