Skip to content

Commit 6c0a2a2

Browse files
committed
Update README.md
1 parent 58041e5 commit 6c0a2a2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,18 @@ From the command line, navigate to the directory of the app and run the followin
5959

6060
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 https://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/keplersr2
6161

62-
Once you have it running, you can Import the WAR file as a new project via
62+
Once you Eclipse running, you can Import the WAR file as a new project via
6363
1. File->Import...
6464
2. Scroll down to the "Web" section, expand that section and click WAR File then click Next.
6565
3. Deselect the 'Add project to an EAR' checkbox
6666
4. Click next and then Finish and the project should be imported into Eclipse
6767

6868
Now that you have the project in Eclipse, you can edit the source and re-deploy to BlueMix by either:
69+
6970
a. Exporting your updated project as a WAR file and push it from the command line as before; or
71+
72+
-OR-
73+
7074
b. Installing the [Eclipse Cloud Foundry Plugin](https://marketplace.eclipse.org/content/cloud-foundry-integration-eclipse), defining the BlueMix endpoint (https://api.ng.bluemix.net), and deploying your application right from Eclipse.
7175

7276
## License ##

0 commit comments

Comments
 (0)