You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,23 +24,23 @@ The source for this app is at GitHub so, for example, if you are using the comma
24
24
If you want to use Eclipse to work on it, there are two different ways you can get the source into Eclipse:
25
25
26
26
Option A. Import the Eclipse project by following these instructions:
27
-
1. Start by cloning the repository, as described above
28
-
2. Open Eclipse
29
-
3. Select File->Import
30
-
4. Under the header labeled "General", click "Existing Projects Into Workspace" and click Next
31
-
5. Click "Browse" next to the first text field, and navigate to the cloned repository and find the folder labeled "app" and click ok.
32
-
6. Under Projects you should now see a project called "PostgreSQLUpload", make sure the checkbox next to the "PostgreSQLUpload" project is checked and then click Finish
33
-
7. You should now see the "PostgreSQLUpload" project in your list of projects in Eclipse.
27
+
1. Start by cloning the repository, as described above
28
+
2. Open Eclipse
29
+
3. Select File->Import
30
+
4. Under the header labeled "General", click "Existing Projects Into Workspace" and click Next
31
+
5. Click "Browse" next to the first text field, and navigate to the cloned repository and find the folder labeled "app" and click ok.
32
+
6. Under Projects you should now see a project called "PostgreSQLUpload", make sure the checkbox next to the "PostgreSQLUpload" project is checked and then click Finish
33
+
7. You should now see the "PostgreSQLUpload" project in your list of projects in Eclipse.
34
34
35
35
-OR-
36
36
37
37
Option B. Import the WAR File
38
-
1. Navigate to https://github.com/ibmjstart/bluemix-java-postgresql-upload/releases
39
-
2. Click the green button labeled "PostgreSQLUpload.war" and that will download the WAR file.
40
-
3. Open Eclipse
41
-
4. Then File->Import
42
-
5. Scroll down to the "Web" section, expand that section and click WAR File then click Next.
43
-
6. Click next and then Finish and the project should be imported into Eclipse
38
+
1. Navigate to https://github.com/ibmjstart/bluemix-java-postgresql-upload/releases
39
+
2. Click the green button labeled "PostgreSQLUpload.war" and that will download the WAR file.
40
+
3. Open Eclipse
41
+
4. Then File->Import
42
+
5. Scroll down to the "Web" section, expand that section and click WAR File then click Next.
43
+
6. Click next and then Finish and the project should be imported into Eclipse
44
44
45
45
## Deploying the App to BlueMix and Binding the PostgreSQL Service##
0 commit comments