Merge pull request #1381 from andrewmichaelsmith/patch-2

Change etcd install from go get to binaries from releases
pull/6/head
Daniel Smith 2014-09-20 12:08:28 -07:00
commit 71c1137213
1 changed files with 1 additions and 8 deletions

View File

@ -12,15 +12,8 @@ At least [Docker](https://docs.docker.com/installation/#installation) 1.0.0+. En
#### etcd #### etcd
You need an etcd somewhere in your path. To get from head: You need an [etcd](https://github.com/coreos/etcd) somewhere in your path. Get the [latest release](https://github.com/coreos/etcd/releases/) and place it in `/usr/bin`.
```
go get github.com/coreos/etcd
go install github.com/coreos/etcd
sudo ln -s "$GOPATH/bin/etcd" /usr/bin/etcd
# Or just use the packaged one:
sudo ln -s "$REPO_ROOT/target/bin/etcd" /usr/bin/etcd
```
### Starting the cluster ### Starting the cluster