https://github.com/wangyiwy/oktools
安装 Golang
安装 Git
构建
git clone https://github.com/wangyiwy/oktools.git
cd oktools
go build
修改配置文件
mv conf.yaml.default conf.yaml
vi conf.yaml
配置说明
app:
mode: release # debug / release
log-file: oktools.log # 日志文件路径
http:
port: 443 # 程序端口
ssl: # ssl 证书配置 , release 模式必须
crt: # example: /etc/oktools/oktools.net_nginx/oktools.net_bundle.crt
key: # example: /etc/oktools/oktools.net_nginx/oktools.net.key
运行
sh start.sh
停止
sh stop.sh
文档更新时间: 2022-11-14 07:22 作者:admin