增加项目部署流程

This commit is contained in:
fansheng 2023-01-09 14:48:24 +08:00
parent 09b4080abb
commit 983d5f2716

View File

@ -167,8 +167,8 @@ WebOS是一个支持多种存储。
* 提示:`请不要上传无意义内容测试号为公开账号请注意隐私。不要上传违法内容发现封禁IP`
## 自部署一键安装
* 1.`wget https://plugins.webos.tenfell.cn/webos_update/common/install.sh && sh install.sh`
* 2.浏览器访问`http://网址:8088`
* 1.`if [ -f /usr/bin/curl ];then curl -sSO https://plugins.webos.tenfell.cn/webos_update/common/install.sh;else wget -O install.sh https://plugins.webos.tenfell.cn/webos_update/common/install.sh;fi;bash install.sh`
* 2.等待出现欢迎提示语,然后浏览器访问`http://网址:8088`
## 自部署快捷步骤
* 1.`yum install java-1.8.0-openjdk`已有JDK可跳过