# oktools **Repository Path**: wangruihuano/oktools ## Basic Information - **Project Name**: oktools - **Description**: fork from https://github.com/wangyiwy/oktools - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-10 - **Last Updated**: 2024-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一个工具网站 ![](shapshot.png) # 编译 1. 安装 Golang 2. 安装 Git 3. 构建 ```shell git clone https://github.com/wangyiwy/oktools.git cd oktools go build ``` 4. 修改配置文件 ```shell mv conf.yaml.default conf.yaml vi conf.yaml ``` 配置说明 ```shell 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 ``` 6. 运行 ```shell sh start.sh ``` 7. 停止 ```shell sh stop.sh ```