Skip to content

Commit b8e8f66

Browse files
authored
Merge pull request #196 from krancour/update-install-docs
docs(install): Fix to reference valid make targets
2 parents 7b105ab + 96fd35c commit b8e8f66

File tree

1 file changed

+35
-2
lines changed

1 file changed

+35
-2
lines changed

Diff for: doc/INSTALLATION.md

+35-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,47 @@ Pre-requisites for Steward vary based on the mode with which steward is run. Ple
1414
- Command: https://github.com/deis/steward/blob/master/doc/CMD_MODE.md
1515

1616

17-
### Deploy Steward
17+
## Deploy Steward
1818

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

21+
### Cloud Foundry Mode
22+
23+
```
24+
$ make deploy-cf
25+
```
26+
27+
Or build and deploy from source using:
28+
29+
```
30+
$ make dev-deploy-cf
31+
```
32+
33+
### Helm Mode
34+
35+
```
36+
$ make deploy-helm
37+
```
38+
39+
Or build and deploy from source using:
40+
41+
```
42+
$ make dev-deploy-helm
43+
```
44+
45+
### CMD Mode
46+
2147
```
22-
$ make deploy
48+
$ make deploy-cmd
2349
```
2450

51+
Or build and deploy from source using:
52+
53+
```
54+
$ make dev-deploy-cmd
55+
```
56+
57+
2558
For details on Steward's pure Kubernetes-based workflow, please refer to [README.md](./README.md).
2659

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

0 commit comments

Comments
 (0)