Skip to content

Commit 17438f9

Browse files
committed
Update README.md
1 parent 56f02c5 commit 17438f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,25 @@ From the command line, navigate to the directory of the app and run the followin
3535
|------------|----------------------------------------------------|
3636
| *example:* | `$ cf create-service postgresql 100 postgresql_JPU`|
3737

38-
3. From the directory you placed your WAR file in, push the app with the -p flag to specify the WAR file path and the --no-start option so we can bind our required service before starting our app. Give your app a unique app name to be used as its hostname; for instance the example below would be hosted at http://jpu.ng.bluemix.net.
38+
3. From the directory you placed your WAR file in, push the app with the -p flag to specify the WAR file path and the --no-start option so we can bind our required service before starting our app. Give your app a unique app name to be used as its hostname; for instance, if you replace <YOUR-NAME> with the username 'user1' then the example below would be hosted at http://jpu-user1.ng.bluemix.net.
3939

4040
| *usage:* | `$ cf push APP [--no-manifest] [--no-start] [-p PATH]` |
4141
|------------|:----------------------------------------------------------------|
42-
| *example:* | `$ cf push jpu-<YOU-NAME> -b https://github.com/cloudfoundry/java-buildpack --no-manifest --no-start -p PostgreSQLUpload.war`|
42+
| *example:* | `$ cf push jpu-<YOUR-NAME> -b https://github.com/cloudfoundry/java-buildpack --no-manifest --no-start -p PostgreSQLUpload.war`|
4343

4444
*Note* : `-p PostgreSQLUpload.war` assumes you are running these commands from within the same directory that this file resides.
4545

4646
4. Bind the postgreSQL service instance to the new app
4747

4848
| *usage:* | `$ cf bind-service APP SERVICE_INSTANCE`|
4949
|------------|-----------------------------------------|
50-
| *example:* | `$ cf bind-service jpu-<YOU-NAME> postgresql_JPU`|
50+
| *example:* | `$ cf bind-service jpu-<YOUR-NAME> postgresql_JPU`|
5151

5252
5. Start the app
5353

5454
| *usage:* | `$ cf start APP`|
5555
|------------|-----------------|
56-
| *example:* | `$ cf start jpu-<YOU-NAME>`|
56+
| *example:* | `$ cf start jpu-<YOUR-NAME>`|
5757

5858
## Import the App into Eclipse ##
5959

0 commit comments

Comments
 (0)