@@ -31,7 +31,7 @@ Flags: (See run command, in this document, for syntax of flags)
3131```
3232
3333
34- There are two ways to run this Nozzle:
34+ There are 3 ways to run this Nozzle:
3535
36361 . Run as standalone app
37372 . Run as a tile in Pivotal Cloud Foundry
@@ -118,21 +118,21 @@ The tile configuration is handled in the 'tile.yml' file. (If you want to modify
118118
119119### Push as an app in a Cloud Foundry instance
120120
121- 1. Download the latest release of cloudfoundry-sumologic-nozzle.
121+ Step 1 - Download the latest release of cloudfoundry-sumologic-nozzle.
122122```
123123$ git clone https://github.com/mcplusa/cloudfoundry-sumologic-nozzle.git
124124$ cd cloudfoundry-sumologic-nozzle
125125```
126126
127- 2. Utilize the CF cli to authenticate with your PCF instance.
127+ Step 2 - Utilize the CF cli to authenticate with your PCF instance.
128128```
129129$ cf login -a https://api.[your cf system domain] -u [ your id] --skip-ssl-validation
130130```
131- 3. Push cloudfoundry-sumologic-nozzle
131+ Step 3 - Push cloudfoundry-sumologic-nozzle
132132```
133133$ cf push cloudfoundry-sumologic-nozzle --no-start
134134```
135- 4. Set environment variables with cf cli or in the https://github.com/mcplusa/cloudfoundry-sumologic-nozzle/blob/master/manifest.yml. Example:
135+ Step 4 - Set environment variables with cf cli or in the https://github.com/mcplusa/cloudfoundry-sumologic-nozzle/blob/master/manifest.yml. Example:
136136```
137137$ cf set-env cloudfoundry-sumologic-nozzle API_ENDPOINT https://api.[your cf system domain]
138138$ cf set-env cloudfoundry-sumologic-nozzle SUMO_ENDPOINT https://sumo-endpoint
@@ -152,13 +152,13 @@ $ cf set-env cloudfoundry-sumologic-nozzle INCLUDE_ONLY_MATCHING_FILTER ""
152152$ cf set-env cloudfoundry-sumologic-nozzle EXCLUDE_ALWAYS_MATCHING_FILTER ""
153153```
154154
155- 5. Turn off the health check if you're staging to Diego.
155+ Step 5 - Turn off the health check if you're staging to Diego.
156156
157157```
158158$ cf set-health-check cloudfoundry-sumologic-nozzle none
159159```
160160
161- 6. Push the app.
161+ Step 6 - Push the app.
162162```
163163$ cf push cloudfoundry-sumologic-nozzle --no-route
164164```
0 commit comments