From b4ca0b3be8785068e8138fe9c9cb5116d65c95a8 Mon Sep 17 00:00:00 2001 From: Jun Zhang Date: Wed, 6 Sep 2023 22:25:40 +0800 Subject: [PATCH] =?UTF-8?q?Created=20=E6=9C=8D=E5=8A=A1=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E4=B8=8E=E5=90=AF=E5=8A=A8=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 服务部署与启动.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 服务部署与启动.md diff --git a/服务部署与启动.md b/服务部署与启动.md new file mode 100644 index 0000000..40f1229 --- /dev/null +++ b/服务部署与启动.md @@ -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 \ No newline at end of file