mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-05-02 22:24:21 +08:00
Updated 系统启动 (markdown)
8
系统启动.md
8
系统启动.md
@@ -3,12 +3,18 @@
|
|||||||
2. assembly/bin/start-standalone.sh
|
2. assembly/bin/start-standalone.sh
|
||||||
3. http://localhost:9080
|
3. http://localhost:9080
|
||||||
|
|
||||||
* ide启动
|
* ide启动(后端直接访问前端资源的方式)
|
||||||
1. assembly/bin/build_ide.sh
|
1. assembly/bin/build_ide.sh
|
||||||
2. 到supersonic/chat/core/src/main/python/bin 这个目录执行service.sh start启动LLM服务
|
2. 到supersonic/chat/core/src/main/python/bin 这个目录执行service.sh start启动LLM服务
|
||||||
3. IDE启动StandaloneLauncher
|
3. IDE启动StandaloneLauncher
|
||||||
4. http://localhost:9080
|
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
|
1. assembly/bin/build-standalone.sh
|
||||||
2. assembly/bin/start-standalone.sh
|
2. assembly/bin/start-standalone.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user