guanghulab/docs/pool-quickstart-awen.md
Guanghu Domestic Migration d1e47f4565
Some checks are pending
自动更新代码和重启 / update-and-restart (push) Waiting to run
CI检查 + 自动部署 / check (push) Waiting to run
CI检查 + 自动部署 / deploy (push) Blocked by required conditions
重启聊天服务 / restart (push) Waiting to run
chore: import sanitized domestic snapshot for REPO-002
Source snapshot: ca48d3ddf926d79aa138306164169baf764bb829
2026-07-17 15:54:41 +08:00

44 lines
1.1 KiB
Markdown

# Awen · 节点池快速上手指南
> 光湖团队技术主控 · 知秋 ICE-GL-ZQ001 · 铸渊编写 D112
## 你需要做什么
新CVM (4核16GB) 加入共享节点池。只需一条命令。
## 第一步: 拿到邀请令牌
冰朔通过钉钉发 join_token (如 jt_20260525_xxxx)
## 第二步: 登录服务器
ssh root@服务器IP
## 第三步: 运行加入命令
```bash
bash <(curl -fsSL https://guanghulab.com/pool/join-pool.sh) --token 你的令牌 --team awen --operator "Awen"
```
按提示: 确认环境(y) → 等待冰朔审批(1-5分钟) → 看到✅完成
## 问题排查
网络不通 → 检查安全组出站443 / 联系冰朔
等待超时 → 钉钉提醒冰朔 / 运行 bash join-pool.sh --resume registration_id
需要回滚 → bash join-pool.sh --rollback AW-GZ-001
## 加入后目录
/opt/zhuyuan/team/awen/apps/ (你的代码) | /opt/zhuyuan/team/awen/data/ (数据)
/opt/zhuyuan/ice/ (冰朔侧,不要动)
## 查看状态
bash <(curl -fsSL https://guanghulab.com/pool/join-pool.sh) --status
## 端口
团队端口: 3000-3099 (铸渊统一管理)
> 有技术问题找铸渊。冰朔不操作服务器。