Skip to content

Commit 687fb9a

Browse files
committed
Merge pull request #2327 from carmstrong/move_install_deisctl
docs(*): move installing deisctl guide to "Installing Deis"
2 parents 8ec4b31 + 7517848 commit 687fb9a

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

deisctl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Installation
66

77
Please refer to the installation docs at
8-
http://docs.deis.io/en/latest/managing_deis/install_deisctl/.
8+
http://docs.deis.io/en/latest/installing_deis/install-deisctl/.
99

1010
## Remote Configuration
1111

File renamed without changes.
File renamed without changes.

docs/installing_deis/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ with CoreOS.
2222

2323
.. toctree::
2424

25+
install-deisctl
2526
digitalocean
2627
aws
2728
vagrant
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ with the following command:
1919
.. code-block:: console
2020
2121
$ cd ~/bin
22-
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 0.14.1
22+
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 0.15.0
2323
2424
This installs deisctl to the current directory, and refreshes the Deis systemd unit files used to
2525
schedule the components. Link it to /usr/local/bin, so it will be in your PATH:
@@ -31,10 +31,10 @@ schedule the components. Link it to /usr/local/bin, so it will be in your PATH:
3131
To change installation options, save the installer directly:
3232

3333
.. image:: download-linux-brightgreen.svg
34-
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.14.1-dev-linux-amd64.run
34+
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.15.0-linux-amd64.run
3535

3636
.. image:: download-osx-brightgreen.svg
37-
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.14.1-dev-darwin-amd64.run
37+
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.15.0-darwin-amd64.run
3838

3939
Then run the downloaded file as a shell script. Append ``--help`` to see what options
4040
are available.
@@ -46,13 +46,13 @@ Builds are hosted on an S3 bucket at this URL format:
4646

4747
``https://s3-us-west-2.amazonaws.com/opdemand/deisctl-<VERSION>-<darwin|linux>-amd64.run``
4848

49-
For example, the deisctl release for Deis version 0.14.1 can be downloaded here:
49+
For example, the deisctl release for Deis version 0.15.0 can be downloaded here:
5050

5151
.. image:: download-linux-brightgreen.svg
52-
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.14.1-dev-linux-amd64.run
52+
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.15.0-linux-amd64.run
5353

5454
.. image:: download-osx-brightgreen.svg
55-
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.14.1-dev-darwin-amd64.run
55+
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.15.0-darwin-amd64.run
5656

5757
Building from Source
5858
--------------------

docs/managing_deis/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Managing Deis
1111

1212
.. toctree::
1313

14-
install-deisctl
1514
add_remove_host
1615
backing_up_data
1716
builder_settings

0 commit comments

Comments
 (0)