Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
更新部署说明
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanyutin753 authored Jan 14, 2024
1 parent d411513 commit 08d87c3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ sudo apt install git
sudo yum update
sudo yum install git
# 国内
# 国内服务器
cd / && git clone https://gitee.com/yangyangEN/tokenTools-sh.git
# 国外
# 国外服务器
cd / && git clone https://github.com/Yanyutin753/tokenTools-sh.git
# 运行脚本
Expand All @@ -73,9 +73,14 @@ cd /tokenTools-sh && sudo sh install.sh
cd /tokenTools-sh && sudo sh update.sh
# 更新update.sh或者install.sh
# 国内
sudo rm -rf /tokenTools-sh && cd / && git clone https://gitee.com/yangyangEN/tokenTools-sh.git
# 国外
sudo rm -rf /tokenTools-sh && cd / && git clone https://github.com/Yanyutin753/tokenTools-sh.git
```


#### 1. 开放8081和8181端口,先访问8081,然后填写系统变量,把127.0.0.1:8181改成0.0.0.0:8181

#### 2. 在8081页面的系统变量里的tokentool设置更改账号密码,并填写[license_ip](https://dash.pandoranext.com)
Expand Down

0 comments on commit 08d87c3

Please sign in to comment.