File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -172,24 +172,24 @@ mathclaw gateway --workspace ./workspace
172172
173173默认网关端口是 ` 18790 ` 。
174174
175- ### 6. ?????
175+ ### 6. 启动控制台
176176
177177``` bash
178178cd console
179179MATHCLAW_CONSOLE_WORKSPACE=../workspace python serve.py
180180```
181181
182- ??? ` ../workspace ` ????????? ` workspace/ ` ??????? ` console/ ` ???????
182+ 这里的 ` ../workspace ` 指向仓库根目录下的 ` workspace/ ` ,因为命令是在 ` console/ ` 目录里执行的。
183183
184- ???????? ` ~/.mathclaw/config.json ` ??????????????????? ` ~/.nanobot/config.json ` ???????? ` NANOBOT_CONSOLE_* ` ??????
184+ 控制台默认会读取 ` ~/.mathclaw/config.json ` ;如果你还在沿用旧配置,也会自动回退到 ` ~/.nanobot/config.json ` 。旧环境变量前缀 ` NANOBOT_CONSOLE_* ` 也仍然兼容。
185185
186- ????????
186+ 默认控制台地址:
187187
188188``` text
189189http://127.0.0.1:6006
190190```
191191
192- ??????????????? ` 6008 ` ???
192+ 如果你想沿用当前线上部署常见的 ` 6008 ` 端口:
193193
194194``` bash
195195cd console
You can’t perform that action at this time.
0 commit comments