mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-05-09 20:24:23 +08:00
Updated 构建和启动 (markdown)
6
构建和启动.md
6
构建和启动.md
@@ -2,17 +2,17 @@
|
|||||||
直接执行supersonic-build.sh即可
|
直接执行supersonic-build.sh即可
|
||||||
|
|
||||||
### 系统启动
|
### 系统启动
|
||||||
* release包启动
|
* **release包启动**
|
||||||
1. 下载最新release包
|
1. 下载最新release包
|
||||||
2. sh assembly/bin/supersonic-daemon.sh
|
2. sh assembly/bin/supersonic-daemon.sh
|
||||||
3. http://localhost:9080
|
3. http://localhost:9080
|
||||||
|
|
||||||
* ide启动(默认已构建好)(后端直接访问前端资源的方式)
|
* **ide启动**(默认已构建好)(后端直接访问前端资源的方式)
|
||||||
1. `sh assembly/bin/supersonic-daemon.sh restart llmparser`启动LLM服务
|
1. `sh assembly/bin/supersonic-daemon.sh restart llmparser`启动LLM服务
|
||||||
2. IDE本地启动StandaloneLauncher
|
2. IDE本地启动StandaloneLauncher
|
||||||
3. 浏览器访问http://localhost:9080
|
3. 浏览器访问http://localhost:9080
|
||||||
|
|
||||||
* ide启动(默认已构建好)(前后端分开启动的方式)
|
* **ide启动**(默认已构建好)(前后端分开启动的方式)
|
||||||
1. `sh assembly/bin/supersonic-daemon.sh restart llmparser`启动LLM服务
|
1. `sh assembly/bin/supersonic-daemon.sh restart llmparser`启动LLM服务
|
||||||
2. IDE本地启动StandaloneLauncher
|
2. IDE本地启动StandaloneLauncher
|
||||||
3. start-fe-dev.sh直接启动前端服务
|
3. start-fe-dev.sh直接启动前端服务
|
||||||
|
|||||||
Reference in New Issue
Block a user