mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-05-05 08:24:18 +08:00
Updated 构建和启动 (markdown)
6
构建和启动.md
6
构建和启动.md
@@ -4,8 +4,8 @@ ____* **Release包启动**
|
|||||||
3. http://localhost:9080
|
3. http://localhost:9080
|
||||||
|
|
||||||
* **IDE启动**(后端直接访问前端资源的方式)
|
* **IDE启动**(后端直接访问前端资源的方式)
|
||||||
1. `sh assembly/bin/supersonic-build.sh` 执行构建
|
1. IDE本地启动Java类StandaloneLauncher
|
||||||
2. IDE本地启动Java类StandaloneLauncher
|
2. `sh assembly/bin/supersonic-build.sh webapp` 执行构建前端资源
|
||||||
3. http://localhost:9080
|
3. http://localhost:9080
|
||||||
|
|
||||||
* **IDE启动**(前后端分开启动的方式)
|
* **IDE启动**(前后端分开启动的方式)
|
||||||
@@ -15,7 +15,7 @@ ____* **Release包启动**
|
|||||||
|
|
||||||
* **Source Code启动**
|
* **Source Code启动**
|
||||||
1. `sh assembly/bin/supersonic-build.sh` 执行构建
|
1. `sh assembly/bin/supersonic-build.sh` 执行构建
|
||||||
2. `sh assembly/bin/supersonic-daemon.sh start`
|
2. 解压构建结果zip包, 进入bin目录, 执行`sh supersonic-daemon.sh start`
|
||||||
3. http://localhost:9080
|
3. http://localhost:9080
|
||||||
|
|
||||||
PS:
|
PS:
|
||||||
|
|||||||
Reference in New Issue
Block a user