更新程序为单文件

This commit is contained in:
bjdgyc
2021-06-17 16:58:38 +08:00
parent a616e42432
commit 0ef18ee2f9
14 changed files with 86 additions and 102 deletions

View File

@@ -35,7 +35,7 @@ AnyLink 服务端仅在CentOS 7、Ubuntu 18.04测试通过,如需要安装在
>
> https://github.com/bjdgyc/anylink/releases
> 升级 go version = 1.15
> 升级 go version = 1.16
>
> 需要提前安装好 golang 和 nodejs
@@ -47,11 +47,11 @@ sh build.sh
# 注意使用root权限运行
cd anylink-deploy
sudo ./anylink --conf="conf/server.toml"
sudo ./anylink
# 默认管理后台访问地址
# http://host:8800
# 默认账号密码
# 默认账号 密码
# admin 123456
```