-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsteps3-4.txt
More file actions
31 lines (23 loc) · 1.21 KB
/
steps3-4.txt
File metadata and controls
31 lines (23 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Once the provisioning script finishes, a **deis-controller** client object will
have been created on the Chef server. You must log in to the Opscode web portal
(or its equivalent if you're using a local Chef server) and add
**deis-controller** to the ``admins`` group. This is required so the controller
can add and delete node and client records when scaling nodes.
This is also the point at which you should set up name resolution for the Deis
controller, unless you prefer to access it by IP address. So from here, we will
refer to 198.51.100.22 as "deis.example.com."
Congratulations! You've set up a Deis controller, the heart of your new private
PaaS. Now let's connect to the controller and set it to work.
4. Install the Deis Client
--------------------------
Install the Deis client with `pip`_:
.. code-block:: console
$ pip install deis
Downloading/unpacking deis
Downloading deis-0.3.0.tar.gz
Running setup.py egg_info for package deis
...
Successfully installed deis
Cleaning up...
.. _`pip`: http://www.pip-installer.org/en/latest/installing.html
.. _`standard environment variables`: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/SettingUp_CommandLine.html#set_aws_credentials_linux