mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-05-08 19:34:22 +08:00
Updated 构建和启动 (markdown)
4
构建和启动.md
4
构建和启动.md
@@ -4,7 +4,7 @@
|
|||||||
### 系统启动
|
### 系统启动
|
||||||
* **Release包启动**
|
* **Release包启动**
|
||||||
1. 下载最新release包
|
1. 下载最新release包
|
||||||
2. `sh assembly/bin/supersonic-daemon.sh`
|
2. `sh assembly/bin/supersonic-daemon.sh restart`
|
||||||
3. http://localhost:9080
|
3. http://localhost:9080
|
||||||
|
|
||||||
* **IDE启动**(默认已构建好)(后端直接访问前端资源的方式)
|
* **IDE启动**(默认已构建好)(后端直接访问前端资源的方式)
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
4. http://localhost:9000 **注意这里是9000端口**
|
4. http://localhost:9000 **注意这里是9000端口**
|
||||||
|
|
||||||
* **Source Code启动**(默认已构建好)
|
* **Source Code启动**(默认已构建好)
|
||||||
1. `sh assembly/bin/supersonic-daemon.sh`
|
1. `sh assembly/bin/supersonic-daemon.sh restart`
|
||||||
2. http://localhost:9080
|
2. http://localhost:9080
|
||||||
|
|
||||||
PS:
|
PS:
|
||||||
|
|||||||
Reference in New Issue
Block a user