Skip to content

Commit 56f02c5

Browse files
committed
Merge pull request #2 from huiwenhan/master
update the readme
2 parents df52d7f + e270882 commit 56f02c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,21 @@ From the command line, navigate to the directory of the app and run the followin
3939

4040
| *usage:* | `$ cf push APP [--no-manifest] [--no-start] [-p PATH]` |
4141
|------------|:----------------------------------------------------------------|
42-
| *example:* | `$ cf push jpu --no-manifest --no-start -p PostgreSQLUpload.war`|
42+
| *example:* | `$ cf push jpu-<YOU-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 postgresql_JPU`|
50+
| *example:* | `$ cf bind-service jpu-<YOU-NAME> postgresql_JPU`|
5151

5252
5. Start the app
5353

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

5858
## Import the App into Eclipse ##
5959

0 commit comments

Comments
 (0)