Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
docs(*): update documentation for new deisctl provisioning workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma authored and Gabriel Monroy committed Sep 21, 2014
1 parent c3b262a commit a40b17b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ Export `DEISCTL_TUNNEL` so you can connect to one of the VMs using the `deisctl`
$ export DEISCTL_TUNNEL=172.17.8.100
```

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!
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!

```console
$ deisctl install platform
$ deisctl start platform
```

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

0 comments on commit a40b17b

Please sign in to comment.