diff --git a/系统启动.md b/系统启动.md index 6bb5edb..d73ad85 100644 --- a/系统启动.md +++ b/系统启动.md @@ -4,22 +4,17 @@ 3. http://localhost:9080 * ide启动(后端直接访问前端资源的方式) -1. assembly/bin/build_ide.sh -2. 到supersonic/chat/core/src/main/python/bin 这个目录执行service.sh start启动LLM服务 -3. IDE启动StandaloneLauncher -4. http://localhost:9080 +1. `sh assembly/bin/build_ide.sh`构建java服务 +2. `sh chat/core/src/main/python/bin/service.sh start`启动LLM服务 +3. IDE本地启动StandaloneLauncher +4. 浏览器访问http://localhost:9080 * ide启动(前后端分开启动的方式) -1. 到supersonic/chat/core/src/main/python/bin 这个目录执行service.sh start启动LLM服务 -2. IDE启动StandaloneLauncher +1. `sh chat/core/src/main/python/bin/service.sh start`启动LLM服务 +2. IDE本地启动StandaloneLauncher 3. start-fe-dev.sh直接启动前端服务 4. http://localhost:9000 **注意这里是9000端口** -* 源码启动 -1. assembly/bin/build-standalone.sh -2. assembly/bin/start-standalone.sh -3. http://localhost:9080 - PS: 1. Windows环境均有提供对应的bat脚本, 执行即可 2. Ubuntu环境, 启动方式同上, 若出现报错, 可尝试https://support.huaweicloud.com/intl/zh-cn/deployman_faq/deployman_faq_1016.html \ No newline at end of file