Updated 构建和启动 (markdown)

LXW
2023-09-13 13:09:57 +08:00
parent 8b59e6b611
commit 6be1fe462a

@@ -4,7 +4,7 @@
### 系统启动
* **Release包启动**
1. 下载最新release包
2. `sh assembly/bin/supersonic-daemon.sh`
2. `sh assembly/bin/supersonic-daemon.sh restart`
3. http://localhost:9080
* **IDE启动**(默认已构建好)(后端直接访问前端资源的方式)
@@ -19,7 +19,7 @@
4. http://localhost:9000 **注意这里是9000端口**
* **Source Code启动**(默认已构建好)
1. `sh assembly/bin/supersonic-daemon.sh`
1. `sh assembly/bin/supersonic-daemon.sh restart`
2. http://localhost:9080
PS: