From 0653597315eb1a031aab342bd7d3166ab21580f4 Mon Sep 17 00:00:00 2001 From: LXW <1264174498@qq.com> Date: Tue, 12 Sep 2023 15:44:58 +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 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/系统启动.md b/系统启动.md index a11ea95..a22caca 100644 --- a/系统启动.md +++ b/系统启动.md @@ -3,12 +3,18 @@ 2. assembly/bin/start-standalone.sh 3. http://localhost:9080 -* ide启动 +* 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 +* ide启动(前后端分开启动的方式) +1. 到supersonic/chat/core/src/main/python/bin 这个目录执行service.sh start启动LLM服务 +2. IDE启动StandaloneLauncher +3. start-fe-dev.sh直接启动前端服务 +4. http://localhost:9080 + * 源码启动 1. assembly/bin/build-standalone.sh 2. assembly/bin/start-standalone.sh