File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
46464 . 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
52525 . 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
You can’t perform that action at this time.
0 commit comments