gcs v0.1.0 released the first version, configuration management platform based gf

gcs

Introduction

gcs (go config server) configuration management platform, based on this project gf framework for the development, support for project management, configuration management, configuration publishing, project comparison, configure replication, and other interfaces obtains configuration;

Installation Tutorial

  1. Download the project from the git: git clone https://gitee.com/goflyfox/gcs
  2. Install mysql database, created under the db, run the script deploy gcs.sql
  3. config.toml modify the configuration file config
Database configuration #
[database]
    link = "root:123456@tcp(127.0.0.1:3306)/gcs"
  1. go run main.go ; Compiled using go build
  2. Visit http: // localhost to see the login page, username / password: admin / 123456

Other configurations

  1. If the cluster can be turned redis token mode; configuration is as follows:
# Cache mode 1 gcache 2 gredis
Cache-mode = 2

# Redis database configuration
[Repeat]
  default = "127.0.0.1:16379,0,soccer"
  cache   = "127.0.0.1:16379,1,soccer?idleTimeout=600"

functional module

  1. Login, authentication, logout
  2. Project management
  3. Configuration parameters
  4. Configure Publishing
  5. Support menu item permissions and privileges configuration
  6. Other: organizational management, user management, role management, menu management, log management

Screenshot platform

log in: image

Configuration Management: image

Configure Publishing: image

Configuration comparison: image

organization: image

User Management: image

Log Management: image

thank

  1. gf framework  https://gitee.com/johng/gf

Guess you like

Origin www.oschina.net/news/110400/gcs-0-1-0-released