Gcs
介绍
gcs(go config server) 配置管理平台,此项目基于gf框架开发,支持项目管理、配置管理、配置发布、项目对比、配置复制,接口获取配置等;
安装教程
从git下载项目: git clone https://github.com/goflyfox/gcs
安装mysql数据库,创建db,运行deploy下gcs.sql脚本
修改config下config.toml配置文件
# 数据库配置
[database]
link = "root:123456@tcp(127.0.0.1:3306)/gcs"
go run main.go ; 编译使用 go build
访问http://localhost即可看到登录页面,账号/密码:admin/123456
Github地址:https://github.com/goflyfox/gcs
Gitee地址:https://gitee.com/goflyfox/gcs
请登录之后再进行评论