mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-05-02 22:24:21 +08:00
Updated 系统构建 (markdown)
6
系统构建.md
6
系统构建.md
@@ -1,4 +1,4 @@
|
||||
目前可支持两种构建方式, 分别为Standalone和的Distributed构建方式
|
||||
目前可支持三种构建方式, 分别为Standalone、Distributed和IDE构建方式
|
||||
### Standalone
|
||||
|
||||
执行assembly/bin/build-standalone.sh脚本即可
|
||||
@@ -7,6 +7,10 @@
|
||||
|
||||
分别执行assembly/bin/build-semantic.sh和assembly/bin/build-chat.sh脚本
|
||||
|
||||
### IDE
|
||||
执行assembly/bin/build-ide.sh脚本即可, 相较于build-standalone.sh的区别是, build-ide.sh会将前端编译好的静态资源包copy到target/classes目录,
|
||||
通过StandaloneLauncher启动之后, 可直接通过后端来访问前端资源
|
||||
|
||||
PS:
|
||||
1. 下载下来的release包已通过Standalone的方式构建好
|
||||
2. 针对Windows系统, 均有提供对应的bat脚本
|
||||
Reference in New Issue
Block a user