Skip to content

Commit 41cd543

Browse files
committed
chore(docs): update CLI versions and download links
1 parent 2247a8a commit 41cd543

4 files changed

Lines changed: 19 additions & 21 deletions

File tree

client/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ Get Started
7676
$ sudo pip install deis
7777
7878
If you don't have `Python`_ installed, you can download a binary executable
79-
version of the Deis client for Mac OS X, Windows, or Debian Linux:
79+
version of the Deis client for Mac OS X, Windows, or Linux amd64:
8080

81-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.9.0.tgz
82-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win32-0.9.0.zip
83-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-deb-wheezy-0.9.0.tgz
81+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.10.0.tgz
82+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win64-0.10.0.zip
83+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-ubuntu-0.10.0.tgz
8484

8585
2. `Register a User`_:
8686

docs/contributing/releases.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ github.com/deis/deis Repo
4444
- use testpypi.python.org first to ensure there aren't any problems
4545
- Create CLI binaries for Windows, Mac OS X, Debian
4646
- ``pip install pyinstaller && make -C controller client``
47-
- build **deis-osx-X.Y.Z.tgz** on Mac OS X 10.8 for all Macs (10.9 uses
48-
LLVM, which makes our binary crash on earlier OS versions)
49-
- build **deis-win32-X.Y.Z.zip** on Windows 7 32-bit
50-
- build **deis-deb-wheezy-X.Y.Z.tgz** on Debian Wheezy
51-
(see https://github.com/deis/deis/issues/504)
47+
- build **deis-osx-X.Y.Z.tgz** on Mac OS X 10.9
48+
- build **deis-win64-X.Y.Z.zip** on Windows 7 64-bit
49+
- build **deis-ubuntu-X.Y.Z.tgz** on Ubuntu 14.04
5250
- upload all binaries to the `aws-eng S3 bucket`_ and set each as
5351
publically downloadable
5452
- Switch master to upcoming release

docs/installing_deis/register-admin-user.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
Register an Admin User
77
======================
8-
Once your :ref:`Controller` is running, you must register an admin user
9-
using the Deis client. The Deis command-line interface (CLI), or client,
8+
Once your :ref:`Controller` is running, you must register an admin user
9+
using the Deis client. The Deis command-line interface (CLI), or client,
1010
allows you to interact with a Deis :ref:`Controller`. You must install
1111
the client to use Deis.
1212

@@ -18,7 +18,7 @@ Install the latest Deis client using Python's pip_ package manager:
1818
1919
$ pip install -upgrade deis
2020
Downloading/unpacking deis
21-
Downloading deis-0.9.0.tar.gz
21+
Downloading deis-0.10.0.tar.gz
2222
Running setup.py egg_info for package deis
2323
...
2424
Successfully installed deis
@@ -27,11 +27,11 @@ Install the latest Deis client using Python's pip_ package manager:
2727
Usage: deis <command> [<args>...]
2828
2929
If you don't have Python_ installed, you can download a binary executable
30-
version of the Deis client for Mac OS X, Windows, or Debian Linux:
30+
version of the Deis client for Mac OS X, Windows, or Linux amd64:
3131

32-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.9.0.tgz
33-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win32-0.9.0.zip
34-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-deb-wheezy-0.9.0.tgz
32+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.10.0.tgz
33+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win64-0.10.0.zip
34+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-ubuntu-0.10.0.tgz
3535

3636
Register a User
3737
---------------

docs/using_deis/install-client.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ with a Deis :ref:`Controller`. You must install the client to use Deis.
1010

1111
Download Binaries
1212
-----------------
13-
You can download a binary executable version of the Deis client for Mac OS X, Windows, or Debian Linux:
13+
You can download a binary executable version of the Deis client for Mac OS X, Windows, or Linux amd64:
1414

15-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.9.0.tgz
16-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win32-0.9.0.zip
17-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-deb-wheezy-0.9.0.tgz
15+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.10.0.tgz
16+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win64-0.10.0.zip
17+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-ubuntu-0.10.0.tgz
1818

1919
Extract the ``deis`` binary and place it in your workstation path.
2020

@@ -26,7 +26,7 @@ You can also install the latest Deis client using Python's pip_ package manager:
2626
2727
$ sudo pip install --upgrade deis
2828
Downloading/unpacking deis
29-
Downloading deis-0.9.0.tar.gz
29+
Downloading deis-0.10.0.tar.gz
3030
Running setup.py egg_info for package deis
3131
...
3232
Successfully installed deis

0 commit comments

Comments
 (0)