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: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ $ berks upload # upload cookbooks to the chef server
67
67
68
68
The [Amazon EC2 API Tools](http://aws.amazon.com/developertools/351) will be used to setup basic EC2 infrastructure. The [Knife EC2 plugin](https://github.com/opscode/knife-ec2) will be used to bootstrap the controller.
69
69
70
-
$ contrib/provision-ec2-controller.sh
70
+
$ contrib/aws/provision-ec2-controller.sh
71
71
72
72
Once the `deis-controller` node exists on the Chef server, you *must* log in to the WebUI add deis-controller to the `admins` group. This is required so the controller can delete node and client records during future scaling operations.
73
73
@@ -79,8 +79,8 @@ Install the Deis client using [Pip](http://www.pip-installer.org/en/latest/insta
79
79
$ sudo pip install deis
80
80
$ deis register http://my-deis-controller.fqdn
81
81
username: myuser
82
-
password:
83
-
password (confirm):
82
+
password:
83
+
password (confirm):
84
84
email: myuser@example.com
85
85
Registered myuser
86
86
Logged in as myuser
@@ -118,13 +118,13 @@ Use `deis create --formation=dev` to create an application
118
118
119
119
### 6. Deploy & Scale an Application
120
120
121
-
Change into your application directory and use ``deis create --formation=dev``
121
+
Change into your application directory and use ``deis create --formation=dev``
122
122
to create a new application attached to the dev formation.
123
123
124
124
To deploy the application, use `git push deis master`. Deis will automatically deploy Docker containers and configure Nginx proxies to route requests to your application.
125
125
126
-
Once your application is deployed, use ``deis scale web=4`` to
127
-
scale up web containers. You can also use ``deis logs`` to view
126
+
Once your application is deployed, use ``deis scale web=4`` to
127
+
scale up web containers. You can also use ``deis logs`` to view
128
128
aggregated application logs, or ``deis run`` to run admin
129
129
commands inside your application.
130
130
@@ -134,7 +134,7 @@ To learn more, use `deis help` or browse [the documentation](http://docs.deis.io
134
134
$ deis create --formation=dev
135
135
Creating application... done, created peachy-waxworks
136
136
Git remote deis added
137
-
137
+
138
138
$ git push deis master
139
139
Counting objects: 146, done.
140
140
Delta compression using up to 8 threads.
@@ -164,7 +164,7 @@ Scaling containers... but first, coffee!
0 commit comments