Skip to content

Commit 02b2307

Browse files
author
stemkovs
committed
Merge branch 'ElephantSQL' of https://github.com/ibmjstart/bluemix-java-postgresql-uploader.git into ElephantSQL
2 parents a2a96f6 + d3b9081 commit 02b2307

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,16 @@ with 'user1' then the example below would be hosted at http://jeu-user1.mybluemi
7272

7373
To view and edit the application, simply import the project into Eclipse. If you don't have an Eclipse instance with Java EE support, you may download it from http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/lunar
7474

75-
### Download the Source Code ###
75+
### Download the War File Release ###
7676

7777
Once you have Eclipse running, you can Import the WAR file as a new project via
78-
1. File->Import...
79-
2. Scroll down to the "Web" section, expand that section and click WAR File then click Next.
80-
3. Deselect the 'Add project to an EAR' checkbox
81-
4. Click next and then Finish and the project should be imported into Eclipse
78+
1. At the top of the github repository, go to releases and download the latest war file (the green button). https://github.com/ibmjstart/bluemix-java-postgresql-upload/releases
79+
2. File->Import...
80+
3. Scroll down to the "Web" section, expand that section and click WAR File then click Next.
81+
4. Select the war file that you downloaded. Under target runtime, select IBM Bluemix. If the IBM Bluemix
82+
runtime is not present, hit `New...` IBM-> IBM Bluemix.
83+
5. Deselect the 'Add project to an EAR' checkbox
84+
6. Click next and then Finish and the project should be imported into Eclipse
8285

8386
### Modify the Source Code and Deploy to Bluemix ###
8487

0 commit comments

Comments
 (0)