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: README.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,21 @@
4
4
5
5
## Installation
6
6
7
-
In order to build and install `deisctl` you will need the following:
7
+
Download an installer for your platform:
8
8
9
-
* make
10
-
* Go 1.3+
11
-
* Godeps (install with `go get github.com/tools/godep`)
9
+
[](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.11.0-linux-amd64.run)
10
+
[](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.11.0-darwin-amd64.run)
12
11
13
-
```console
14
-
$ go get -v github.com/deis/deisctl
15
-
$ cd$GOPATH/src/github.com/deis/deisctl
16
-
$ make install
12
+
Run the downloaded file as a shell script:
17
13
18
-
$ deisctl
14
+
```console
15
+
$ sh deisctl-0.11.0-darwin-amd64.run # (your installer filename may differ)
16
+
Verifying archive integrity... All good.
17
+
Uncompressing Deis Control Utility 100%
18
+
Refreshed deis-builder.service from master
19
+
...
20
+
Refreshed deis-router.service from master
21
+
$ ./deisctl
19
22
Usage:
20
23
deisctl <command> [<target>...] [options]
21
24
```
@@ -113,6 +116,7 @@ The `deisctl` tool provides a number of other commands, including:
113
116
*`deisctl install <component>` - install a single platform component
114
117
*`deisctl uninstall <component>` - uninstall a single platform component
115
118
*`deisctl scale <component>=<num>` - scale a component to the target number of units
119
+
*`deisctl refresh-units` - download latest unit files to ~/.deisctl
0 commit comments