Skip to content

Commit

Permalink
Merge pull request #196 from krancour/update-install-docs
Browse files Browse the repository at this point in the history
docs(install): Fix to reference valid make targets
  • Loading branch information
krancour committed Sep 16, 2016
2 parents 7b105ab + 96fd35c commit b8e8f66
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions doc/INSTALLATION.md
Expand Up @@ -14,14 +14,47 @@ Pre-requisites for Steward vary based on the mode with which steward is run. Ple
- Command: https://github.com/deis/steward/blob/master/doc/CMD_MODE.md


### Deploy Steward
## Deploy Steward

With all configuration now set, Steward can be deployed as follows:

### Cloud Foundry Mode

```
$ make deploy-cf
```

Or build and deploy from source using:

```
$ make dev-deploy-cf
```

### Helm Mode

```
$ make deploy-helm
```

Or build and deploy from source using:

```
$ make dev-deploy-helm
```

### CMD Mode

```
$ make deploy
$ make deploy-cmd
```

Or build and deploy from source using:

```
$ make dev-deploy-cmd
```


For details on Steward's pure Kubernetes-based workflow, please refer to [README.md](./README.md).

[cf-sample-broker]: https://github.com/deis/cf-sample-broker

0 comments on commit b8e8f66

Please sign in to comment.