Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.58 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.58 KB

confd

Build Status Join the chat at https://gitter.im/confd/Lobby

confd is a lightweight configuration management tool focused on:

Community

Building

Go 1.11 is required to build confd, which uses the new vendor directory.

$ mkdir -p $GOPATH/src/github.com/kelseyhightower
$ git clone https://github.com/yunify/confd.git $GOPATH/src/github.com/kelseyhightower/confd
$ cd $GOPATH/src/github.com/kelseyhightower/confd
$ ./build

You should now have confd in your bin/ directory:

$ ls bin/
confd

Getting Started

Before we begin be sure to download and install confd.

Next steps

Check out the docs directory for more docs.