Skip to content

Commit

Permalink
Update gitignore and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pshima committed Jan 28, 2016
1 parent 600f5c1 commit b490011
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ _testmain.go
/coverage.html

/consul-snapshot
/consul-snapshot_*
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ consul-snapshot runs a small http server that can be used for consul health chec

WARNING: consul-snapshot is still in early development use at your own risk. Do not use this in production.

## Installation
Grab the binary from [Releases](/releases)

With go get:
```
go get github.com/pshima/consul-snapshot
```

From source:
```
git clone https://github.com/pshima/consul-snapshot
cd consul-snapshot
make
make install
```

## Configuration
Configuration is done from environment variables.
- S3BUCKET (the s3 bucket where backups should be delivered)
Expand Down

0 comments on commit b490011

Please sign in to comment.