From 7a597a4e05972dea64a3a1e403dc32b89ce63c5d Mon Sep 17 00:00:00 2001 From: Jun Zhang Date: Tue, 12 Sep 2023 17:20:50 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E7=B3=BB=E7=BB=9F=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 系统启动.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) 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