From a662efe5fb75eb651ccf76c55aa2b39580ebc4b8 Mon Sep 17 00:00:00 2001 From: Jun Zhang Date: Thu, 14 Sep 2023 09:43:00 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E6=9E=84=E5=BB=BA=E5=92=8C=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 构建和启动.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/构建和启动.md b/构建和启动.md index 87f4f3c..ebe211a 100644 --- a/构建和启动.md +++ b/构建和启动.md @@ -5,13 +5,13 @@ * **IDE启动**(后端直接访问前端资源的方式) 1. `sh assembly/bin/supersonic-build.sh` 执行构建 -2. `sh assembly/bin/supersonic-daemon.sh restart llmparser`启动LLM服务 +2. `sh assembly/bin/supersonic-daemon.sh restart llmparser`启动llmparser服务 2. IDE本地启动StandaloneLauncher 3. http://localhost:9080 * **IDE启动**(前后端分开启动的方式) 1. `sh assembly/bin/supersonic-build.sh` 执行构建 -2. `sh assembly/bin/supersonic-daemon.sh restart llmparser`启动LLM服务 +2. `sh assembly/bin/supersonic-daemon.sh restart llmparser`启动llmparser服务 3. IDE本地启动StandaloneLauncher 4. 进入webapp目录,执行`sh start-fe-dev.sh`直接启动前端服务 5. http://localhost:9000 **注意这里是9000端口**