From 140a7eda76ae78f3f4c7796daa446b6445f3505c Mon Sep 17 00:00:00 2001 From: LXW <1264174498@qq.com> Date: Wed, 13 Sep 2023 11:41:04 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/构建和启动.md b/构建和启动.md index da6fa3b..20666d0 100644 --- a/构建和启动.md +++ b/构建和启动.md @@ -2,17 +2,17 @@ 直接执行supersonic-build.sh即可 ### 系统启动 -* release包启动 +* **release包启动** 1. 下载最新release包 2. sh assembly/bin/supersonic-daemon.sh 3. http://localhost:9080 -* ide启动(默认已构建好)(后端直接访问前端资源的方式) +* **ide启动**(默认已构建好)(后端直接访问前端资源的方式) 1. `sh assembly/bin/supersonic-daemon.sh restart llmparser`启动LLM服务 2. IDE本地启动StandaloneLauncher 3. 浏览器访问http://localhost:9080 -* ide启动(默认已构建好)(前后端分开启动的方式) +* **ide启动**(默认已构建好)(前后端分开启动的方式) 1. `sh assembly/bin/supersonic-daemon.sh restart llmparser`启动LLM服务 2. IDE本地启动StandaloneLauncher 3. start-fe-dev.sh直接启动前端服务