主题
快速开始
下载安装包
根据系统信息下载对应的安装包;仅支持64位操作系统
shell
https://software.wueasy.com/operation-log/latest/operation_log_win_64.zip
shell
https://software.wueasy.com/operation-log/latest/operation_log_linux_amd64.zip
shell
https://software.wueasy.com/operation-log/latest/operation_log_linux_arm64.zip
修改配置
配置文件在
config.yaml
中
yaml
server:
port: 9810 #服务端口
name: wueasy-operation-log #应用名称
nacos:
enabled: true #是否启用
server-addr: nacos.lb.wueasy.cn:8848 #地址,多个逗号分隔
username: example #用户名
password: example #密码
group: dev #分组
namespace: dev #命名空间
#ip: #192.168.3.54 #指定本机ip
#port: 9720 #服务端口
db:
driver-name: postgres #数据库类型,mysql 或 postgres
uri: postgres://postgres:wueasy123321@118.89.83.191:5432/operation-log?sslmode=disable #pgsql数据库连接
#uri: app_upgrade:123456@tcp(127.0.0.1:3306)/operation-log?charset=utf8mb4&parseTime=True&loc=Asia%2fShanghai #mysql数据库连接
max-open-conns: 200 #最大连接数
max-idle-conns: 10 #最大空闲连接数
软件安装
- 创建软件部署目录
/srv/operation-log
- 复软制件包
operation_log_linux_amd64
和配置文件config.yaml
到/opt/operation-log
目录下 - 软件包
operation_log_linux_amd64
赋予执行权限chmod u+x operation_log_linux_amd64
- 执行软件安装命令
./operation_log_linux_amd64 install
- 启动服务
./operation_log_linux_amd64 start