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-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,10 +73,6 @@ Your Deis installation should now be accessible at `deis.local3.deisapp.com`.
73
73
74
74
For clusters on other platforms see our guide to [Configuring DNS](http://docs.deis.io/en/latest/installing_deis/configure-dns/).
75
75
76
-
## Testing the cluster
77
-
78
-
Integration tests and corresponding documentation can be found under the [`tests/`](tests/) folder.
79
-
80
76
## Install the Deis Client
81
77
82
78
If you're using the latest Deis release, use `pip install --upgrade deis` to install the latest [Deis Client](https://pypi.python.org/pypi/deis/) or download [pre-compiled binaries](https://github.com/deis/deis/tree/master/client#get-started).
@@ -178,6 +174,14 @@ $ deis logs
178
174
179
175
Use `deis run` to execute one-off commands and explore the deployed container. Coming soon: `deis attach` to jump into a live container.
180
176
177
+
## Testing the cluster
178
+
179
+
Integration tests and corresponding documentation can be found under the [`tests/`](tests/) folder.
180
+
181
+
## Hacking on Deis
182
+
183
+
Learn how to [hack on Deis](http://docs.deis.io/en/latest/contributing/hacking/) with a Docker-based development workflow.
184
+
181
185
## Troubleshooting
182
186
183
187
Common issues that users have run into when provisioning Deis are detailed below.
0 commit comments