Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
chore(docs): update CLI versions and download links
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Jul 24, 2014
1 parent 206864f commit 64708ab
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 21 deletions.
8 changes: 4 additions & 4 deletions client/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ Get Started
$ sudo pip install deis
If you don't have `Python`_ installed, you can download a binary executable
version of the Deis client for Mac OS X, Windows, or Debian Linux:
version of the Deis client for Mac OS X, Windows, or Linux amd64:

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

2. `Register a User`_:

Expand Down
8 changes: 3 additions & 5 deletions docs/contributing/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ github.com/deis/deis Repo
- use testpypi.python.org first to ensure there aren't any problems
- Create CLI binaries for Windows, Mac OS X, Debian
- ``pip install pyinstaller && make -C controller client``
- build **deis-osx-X.Y.Z.tgz** on Mac OS X 10.8 for all Macs (10.9 uses
LLVM, which makes our binary crash on earlier OS versions)
- build **deis-win32-X.Y.Z.zip** on Windows 7 32-bit
- build **deis-deb-wheezy-X.Y.Z.tgz** on Debian Wheezy
(see https://github.com/deis/deis/issues/504)
- build **deis-osx-X.Y.Z.tgz** on Mac OS X 10.9
- build **deis-win64-X.Y.Z.zip** on Windows 7 64-bit
- build **deis-ubuntu-X.Y.Z.tgz** on Ubuntu 14.04
- upload all binaries to the `aws-eng S3 bucket`_ and set each as
publically downloadable
- Switch master to upcoming release
Expand Down
14 changes: 7 additions & 7 deletions docs/installing_deis/register-admin-user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

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

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

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

Register a User
---------------
Expand Down
10 changes: 5 additions & 5 deletions docs/using_deis/install-client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ with a Deis :ref:`Controller`. You must install the client to use Deis.

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

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

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

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

0 comments on commit 64708ab

Please sign in to comment.