From 2679eb91d4e40517eea8d4df6022863602446efc Mon Sep 17 00:00:00 2001 From: LXW <1264174498@qq.com> Date: Tue, 12 Sep 2023 10:54:18 +0800 Subject: [PATCH] =?UTF-8?q?Created=20=E7=B3=BB=E7=BB=9F=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 系统启动.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 系统启动.md diff --git a/系统启动.md b/系统启动.md new file mode 100644 index 0000000..5a5725e --- /dev/null +++ b/系统启动.md @@ -0,0 +1,15 @@ +* release包启动 +1. 下载最新release包 +2. bin/start-standalone.sh +3. http://localhost:9080/ + +* ide启动 +1. 执行./build_ide.sh +2. IDE启动StandaloneLauncher +3. 到supersonic/chat/core/src/main/python/bin 这个目录执行start.sh start +4. http://localhost:9080 + +* 源码启动 +1. bin/build-standalone.sh +2. bin/start-standalone.sh +3. http://localhost:9080 \ No newline at end of file