Skip to content

linearregression/config-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config Web

The config web is a dashboard for the config service.

Getting started

  1. Install Consul

    Consul is the default registry/config for go-micro apps. It's however pluggable. https://www.consul.io/intro/getting-started/install.html

  2. Run Consul

    $ consul agent -dev -advertise=127.0.0.1
    
  3. Download and start the service

    go get github.com/micro/config-web
    config-web

    OR as a docker container

    docker run microhq/config-web --registry_address=YOUR_REGISTRY_ADDRESS

About

A web app for the dynamic config service config-srv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages