Skip to content

Commit

Permalink
feat:1.5.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
qinming99 committed Dec 3, 2022
1 parent 3dc99bd commit 7e9fdc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
## 注意事项
1. 服务默认监听端口8080
2. 默认用户名/密码 admin/123456
3. 饥荒监听端口**10888,10999,10998**(建议开放所有端口,避免一些问题)
3. 饥荒监听端口**10888,10998,10999**(建议开放所有端口,避免一些问题)

## docker版本部署请参考:[点击查看](https://github.com/qinming99/dst-admin/blob/master/file/README.md)

## 多层专业版购买 [点击查看](http://download.tugos.cn/img/taobao_ad.jpg)
## 如果需要租赁成品服务器: [点击查看](http://download.tugos.cn/img/taobao_ad.jpg)

## 快速开始
### 在Ubuntu服务器中安装jdk1.8
Expand All @@ -39,7 +39,7 @@ java -version
### 下载最新版dst-admin安装包

```bash
wget http://clouddn.tugos.cn/release/dst-admin-1.4.0.jar -O dst-admin.jar
wget http://clouddn.tugos.cn/release/dst-admin-1.5.0.jar -O dst-admin.jar
```


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ convenient and simple to use, and reduces the difficulty of server construction
## Matters need attention
1. Default server port 8080
2. Default user name/password admin/123456
3. Don't Starve Together monitoring port**10888,10999,10998**(It is suggested to open all port to avoid some matters.)
3. Don't Starve Together monitoring port**10888,10998,10999**(It is suggested to open all port to avoid some matters.)

## Fast beginning
### Install jdk1.8 on Ubuntu server
Expand All @@ -40,7 +40,7 @@ if showing "openjdk version "1.8.0_252"well, finish
### Download the newest dst-admin

```bash
wget http://clouddn.tugos.cn/release/dst-admin-1.4.0.jar -O dst-admin.jar
wget http://clouddn.tugos.cn/release/dst-admin-1.5.0.jar -O dst-admin.jar
```


Expand Down

0 comments on commit 7e9fdc3

Please sign in to comment.