Created 服务启动和部署 (markdown)

SunDean
2023-09-06 21:37:05 +08:00
parent b9f0f30438
commit 87a65acd2f

20
服务启动和部署.md Normal file

@@ -0,0 +1,20 @@
**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