中控增加下单,关键位,系统设置
This commit is contained in:
@@ -330,11 +330,11 @@ python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
cp .env.example .env
|
||||
pm2 start ecosystem.config.cjs # 进程名 manual-trading-hub;PM2 用 .venv/bin/python,无需保持 activate
|
||||
pm2 start ecosystem.config.cjs # 一次启动 4 个 agent + manual-trading-hub
|
||||
pm2 save && pm2 startup
|
||||
```
|
||||
|
||||
子代理可选:`pm2 start ecosystem.agents.config.cjs`。快捷命令:`bash scripts/pm2_hub.sh start|restart|logs`。
|
||||
快捷:`bash scripts/pm2_hub.sh start|restart|logs`(同样 hub+agent 一起)。
|
||||
|
||||
更细的安装顺序、反代、验收见 **《部署文档.md》**;screen / systemd 见 **scripts/**。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user