You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/gettingstarted/installation.rst
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
:title: Installation
2
-
:description: Install your own Deis platform on EC2. Configure the Chef server, provision a Deis controller, install the Deis Client and create & scale a formation.
2
+
:description: Install your own Deis platform on EC2. Provision a Deis controller, Install the Deis Client, Create & Scale a Formation, Deploy & Scale an Application.
3
3
4
4
.. _installation:
5
5
@@ -89,6 +89,7 @@ Registration will discover SSH keys automatically and use the
89
89
$ deis register http://my-deis-controller.fqdn
90
90
username: myuser
91
91
password:
92
+
password (confirm):
92
93
email: myuser@example.com
93
94
Registered myuser
94
95
Logged in as myuser
@@ -109,13 +110,12 @@ Registration will discover SSH keys automatically and use the
109
110
Use the Deis client to create a new formation named "dev" that
110
111
has a default layer that serves as both runtime (hosts containers)
111
112
and proxy (routes traffic to containers). Scale the default layer
112
-
up to two nodes.
113
+
up to one node.
113
114
114
115
.. code-block:: console
115
116
116
117
$ deis formations:create dev --flavor=ec2-us-west-2
117
118
Creating formation... done, created dev
118
-
119
119
Creating runtime layer... done in 1s
120
120
121
121
Use `deis nodes:scale dev runtime=1` to scale a basic formation
@@ -138,9 +138,9 @@ To deploy the application, use ``git push deis master``.
138
138
Deis will automatically deploy Docker containers and configure Nginx proxies
139
139
to route requests to your application.
140
140
141
-
Once your application is deployed, you use ``deis scale web=4`` to
141
+
Once your application is deployed, use ``deis scale web=4`` to
142
142
scale up web containers. You can also use ``deis logs`` to view
143
-
aggregated application logs, or ``deis run`` to run one-off admin
143
+
aggregated application logs, or ``deis run`` to run admin
144
144
commands inside your application.
145
145
146
146
To learn more, use ``deis help`` or browse `the documentation`_.
@@ -150,6 +150,7 @@ To learn more, use ``deis help`` or browse `the documentation`_.
150
150
$ deis create --formation=dev
151
151
Creating application... done, created peachy-waxworks
152
152
Git remote deis added
153
+
153
154
$ git push deis master
154
155
Counting objects: 146, done.
155
156
Delta compression using up to 8 threads.
@@ -169,9 +170,9 @@ To learn more, use ``deis help`` or browse `the documentation`_.
0 commit comments