From c9838e4bbb7ed52d0263620eb425d6632a33597b Mon Sep 17 00:00:00 2001 From: fansheng Date: Wed, 28 Feb 2024 19:28:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- other/README.md | 29 +++++++++++++++++++++-------- 2 files changed, 22 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5c772ea..4736435 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ `if [ -f /usr/bin/curl ];then curl -sSO https://support.tenfell.cn/install.sh;else wget -O install.sh https://support.tenfell.cn/install.sh;fi;bash install.sh` - win版安装教程点击查看 +win版安装教程点击查看 linux版部署教程点击查看 diff --git a/other/README.md b/other/README.md index 3d611c4..b561790 100644 --- a/other/README.md +++ b/other/README.md @@ -1,15 +1,28 @@ -编译说明 +不编译安装 +1.手动安装jdk +2.从右侧发行版本中下载到本地后解压 +3.双击restart.bat或者cd xxx/xxx && sh restart.sh即可 + +编译安装 1.打包api中的java程序然后重命名为webos.jar +安装jdk和maven环境 +cd到api目录 +执行`mvn install`命令等待片刻即可在target目录中生成jar包 + 2.构建成如下结构的目录 +``` xxx/xxx -├── web -│ └── index.html -└── api - └── restart.sh - └── start.bat - └── webos.jar + ├── web + │ └── index.html + └── api + └── restart.sh + └── start.bat + └── restart.bat + └── webos.jar +``` 3.启动 linux通过 cd xxx/xxx/api && sh restart.sh启动 win通过 双击start.bat启动 + 4.访问 -浏览器访问http://127.0.0.1:8088进行引导安装即可 \ No newline at end of file +浏览器访问 `http://127.0.0.1:8088` 或 `http://127.0.0.1:8088/init` 进行引导安装即可 \ No newline at end of file