|
4 | 4 |
|
5 | 5 | ## Installation |
6 | 6 |
|
7 | | -Download an installer for your platform: |
| 7 | +To install `deisctl` on Mac OS X, run this command: |
8 | 8 |
|
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) |
| 9 | +```console |
| 10 | +curl -sSL https://deis.io/deisctl/darwin/ | sudo sh |
| 11 | +``` |
11 | 12 |
|
12 | | -Run the downloaded file as a shell script: |
| 13 | +To install `deisctl` on Linux, run this command: |
13 | 14 |
|
14 | 15 | ```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 |
22 | | -Usage: |
23 | | - deisctl <command> [<target>...] [options] |
| 16 | +curl -sSL https://deis.io/deisctl/linux/ | sudo sh |
24 | 17 | ``` |
25 | 18 |
|
| 19 | +These installers put `deisctl` in */usr/local/bin* and download current Deis unit files |
| 20 | +to *~/.deisctl* one time. |
| 21 | + |
| 22 | +To change installation options, save the installer directly from one of these links: |
| 23 | + |
| 24 | +[](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.11.0-linux-amd64.run) |
| 25 | +[](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.11.0-darwin-amd64.run) |
| 26 | + |
| 27 | +Then run the downloaded file as a shell script, providing `--help` to see what options |
| 28 | +are available. |
| 29 | + |
| 30 | + |
26 | 31 | ## Remote Configuration |
27 | 32 |
|
28 | 33 | While `deisctl` can be used locally on a CoreOS host, it is extremely useful as a tool |
|
0 commit comments