mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 11:07:06 +00:00
Created 服务部署与启动 (markdown)
35
服务部署与启动.md
Normal file
35
服务部署与启动.md
Normal file
@@ -0,0 +1,35 @@
|
||||
### 1. 环境依赖
|
||||
|
||||
* **Python 服务**
|
||||
|
||||
     Python版本: 3.9, pip版本: 3.9
|
||||
|
||||
* **后端服务**
|
||||
|
||||
     JDK版本: 1.8+
|
||||
|
||||
* **前端服务**
|
||||
|
||||
     马上就加~
|
||||
|
||||
### 2. 服务启动
|
||||
|
||||
**Mac 环境**
|
||||
|
||||
* release包启动
|
||||
1. 下载最新release包
|
||||
2. bin/start-standalone.sh
|
||||
3. http://localhost:9080/
|
||||
|
||||
* ide启动
|
||||
1. 执行./build_ide.sh
|
||||
2. IDE启动StandaloneLauncher
|
||||
3. 浏览器输入http://localhost:9080
|
||||
|
||||
**Windows 环境**
|
||||
|
||||
* ide启动
|
||||
|
||||
1. 执行./build_ide.bat
|
||||
2. IDE启动StandaloneLauncher
|
||||
3. 浏览器输入http://localhost:9080
|
||||
Reference in New Issue
Block a user