mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-05-04 07:24:52 +08:00
Updated 系统启动 (markdown)
8
系统启动.md
8
系统启动.md
@@ -1,17 +1,17 @@
|
|||||||
* release包启动
|
* release包启动
|
||||||
1. 下载最新release包
|
1. 下载最新release包
|
||||||
2. bin/start-standalone.sh
|
2. assembly/bin/start-standalone.sh
|
||||||
3. http://localhost:9080
|
3. http://localhost:9080
|
||||||
|
|
||||||
* ide启动
|
* ide启动
|
||||||
1. 执行./build_ide.sh
|
1. assembly/bin/build_ide.sh
|
||||||
2. IDE启动StandaloneLauncher
|
2. IDE启动StandaloneLauncher
|
||||||
3. 到supersonic/chat/core/src/main/python/bin 这个目录执行start.sh start
|
3. 到supersonic/chat/core/src/main/python/bin 这个目录执行start.sh start
|
||||||
4. http://localhost:9080
|
4. http://localhost:9080
|
||||||
|
|
||||||
* 源码启动
|
* 源码启动
|
||||||
1. bin/build-standalone.sh
|
1. assembly/bin/build-standalone.sh
|
||||||
2. bin/start-standalone.sh
|
2. assembly/bin/start-standalone.sh
|
||||||
3. http://localhost:9080
|
3. http://localhost:9080
|
||||||
|
|
||||||
PS:
|
PS:
|
||||||
|
|||||||
Reference in New Issue
Block a user