55
66Register an Admin User
77======================
8- Once your :ref: `Controller ` is running you need to register an admin user
9- using the Deis command-line 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,
10+ allows you to interact with a Deis :ref: `Controller `. You must install
11+ the client to use Deis.
1012
11- Install the Deis Client
12- -----------------------
13- Install the latest Deis client using Python's ` pip `_ :
13+ Install with Pip
14+ ----------------
15+ Install the latest Deis client using Python's pip _ package manager :
1416
1517.. code-block :: console
1618
@@ -24,6 +26,13 @@ Install the latest Deis client using Python's `pip`_:
2426 $ deis
2527 Usage: deis <command> [<args>...]
2628
29+ 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:
31+
32+ - https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.8.0.tgz
33+ - https://s3-us-west-2.amazonaws.com/opdemand/deis-win64-0.8.0.zip
34+ - https://s3-us-west-2.amazonaws.com/opdemand/deis-deb-wheezy-0.8.0.tgz
35+
2736Register a User
2837---------------
2938Now that the client is installed, create a user account on the Deis :ref: `Controller `.
@@ -51,5 +60,6 @@ Now that the client is installed, create a user account on the Deis :ref:`Contro
5160 :code: `deis register http://deis.example.com:8000 `
5261
5362
54- .. _`pip` : http://www.pip-installer.org/en/latest/installing.html
63+ .. _pip : http://www.pip-installer.org/en/latest/installing.html
64+ .. _Python : https://www.python.org/
5565.. _`issue 535` : https://github.com/opdemand/deis/issues/535
0 commit comments