Skip to content

Commit 9eb6d18

Browse files
authored
update README.md for Diego
1 parent 544c441 commit 9eb6d18

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,17 @@ Give it a try! Click the button below to fork into IBM DevOps Services and deplo
1515

1616
[![Deploy to Bluemix](https://bluemix.net/deploy/button.png)](https://bluemix.net/deploy?repository=https://github.com/ibmjstart/bluemix-java-postgresql-uploader.git)
1717

18+
Once you land on the page from the link above, log into your Bluemix account and deploy your app. Once the app has finished deploying, you should have a screen that looks like this:
19+
20+
![image](images/psqldeploy.png)
21+
22+
Your app is now live on Bluemix! Click on "View Your App" to play around with it, and enjoy!
23+
1824
Note it will take a minute or so to start up.
1925

2026
## Prerequisites ##
2127

22-
Before we begin, we first need to install the [**cf**](https://github.com/cloudfoundry/cli/releases) command line tool that will be used to upload and manage your application. If you've previously installed an older version of the cf tool, make sure you are now using v6 of cf by passing it the -v flag:
28+
Before we begin, we first need to install the [**Bluemix Command Line Tool**] (http://clis.ng.bluemix.net/ui/home.html) as well as the [**CF Command Line Tool**](https://github.com/cloudfoundry/cli/releases) that will be used to upload and manage your application. If you've previously installed an older version of the cf tool, make sure you are now using cf v6 by passing it the -v flag:
2329

2430
cf -v
2531

@@ -65,7 +71,6 @@ with 'user1' then the example below would be hosted at http://jeu-user1.mybluemi
6571

6672
5. Start the app
6773

68-
6974
| *usage:* | `$ cf start APP`|
7075
|------------|:----------------|
7176
| *example:* | `$ cf start jeu-<YOUR-NAME>`|

0 commit comments

Comments
 (0)