GithubHelp home page GithubHelp logo

summerqlin / confd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kelseyhightower/confd

0.0 2.0 0.0 4.35 MB

Manage local application configuration files using templates and data from etcd or consul

License: MIT License

Shell 11.43% Go 88.57%

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

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

Watchers

James Cloos 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.