Skip to content

Commit a40b17b

Browse files
mboersmaGabriel Monroy
authored andcommitted
docs(*): update documentation for new deisctl provisioning workflow
1 parent c3b262a commit a40b17b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,11 @@ Export `DEISCTL_TUNNEL` so you can connect to one of the VMs using the `deisctl`
6363
$ export DEISCTL_TUNNEL=172.17.8.100
6464
```
6565

66-
Use `deisctl install platform` to start all Deis components across the cluster. This can take some time - the registry service will pull and prepare a large Docker image, the builder service will download the Heroku cedar stack. Grab some more coffee!
66+
Use `deisctl install platform` to install all Deis components across the cluster, then `deisctl start platform` to start them. This can take some time - the registry service will pull and prepare a large Docker image, the builder service will download the Heroku cedar stack. Grab some more coffee!
6767

6868
```console
6969
$ deisctl install platform
70+
$ deisctl start platform
7071
```
7172

7273
Your Deis installation should now be accessible at `deis.local3.deisapp.com`.

0 commit comments

Comments
 (0)