Giter Club home page Giter Club logo

confd's Introduction

confd

Build Status

confd is a lightweight configuration management tool focused on:

Community

Building

confd uses the gb tool to manage dependencies and producing builds.

git clone https://github.com/kelseyhightower/confd.git
cd confd
gb build all

You should now have confd binary in the bin directory:

$ ls bin/
confd

Building with the go tool

$ git clone https://github.com/kelseyhightower/confd.git
$ cd confd
$ pwd
/Users/kelseyhightower/confd
$ cd src/github.com/kelseyhightower/confd/
$ GOPATH=/Users/kelseyhightower/confd/vendor:/Users/kelseyhightower/confd go build .

You can also produce a static binary too:

GOPATH=/Users/kelseyhightower/confd/vendor:/Users/kelseyhightower/confd go build \ 
  -a -installsuffix cgo -ldflags '-extld ld -extldflags -static' -a -x .

Getting Started

Before we begin be sure to download and install confd.

Next steps

Check out the docs directory for more docs.

confd's People

Contributors

alexnauda avatar alexwlchan avatar andersjanmyr avatar armon avatar benschw avatar billhathaway avatar bketelsen avatar bookest avatar carmstrong avatar chancez avatar cinience avatar cvrabie avatar elsonrodriguez avatar ernesto-jimenez avatar fritzy avatar gautamk avatar guillaumelecerf avatar jenshz avatar johnrengelman avatar jonboulle avatar jsolmon avatar kelseyhightower avatar mariusgrigaitis avatar mboersma avatar philipsoutham avatar philk avatar raizyr avatar robbyt avatar sheepkiller avatar stone avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.