You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/simplecluster/README.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,10 @@ In this tutorial we'll start a simple cluster consisting of 3 doorman servers. T
7
7
8
8
[etcd](https://github.com/coreos/etcd) is a [distributed lock manager](https://en.wikipedia.org/wiki/Distributed_lock_manager) that Doorman uses for leader election.
9
9
10
-
On OS X, you can use [Homebrew](http://brew.sh/)
10
+
Retrieve and build etcd:
11
11
12
12
```sh
13
-
brew install etcd
14
-
```
15
-
16
-
On Ubuntu, you can do
17
-
18
-
```sh
19
-
sudo apt-get install etcd
13
+
go get github.com/coreos/etcd
20
14
```
21
15
22
16
### Foreman
@@ -440,4 +434,4 @@ resource: "fair"
440
434
capacity: 100
441
435
```
442
436
443
-
And now, both `big` and `bigger` received 300 capacity units.
437
+
And now, both `big` and `bigger` received 300 capacity units.
0 commit comments