Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stemkovs committed Sep 4, 2014
2 parents 5a516a3 + 6bbde15 commit 07d4a79
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,24 +74,12 @@ To view and edit the application, simply import the project into Eclipse. If yo

### Download the Source Code ###

Once you have Eclipse running, you can Import the WAR file as a new project via (this does not give access to the source code, as it is already compiled into the war.)
Once you have Eclipse running, you can Import the WAR file as a new project via
1. File->Import...
2. Scroll down to the "Web" section, expand that section and click WAR File then click Next.
3. Deselect the 'Add project to an EAR' checkbox
4. Click next and then Finish and the project should be imported into Eclipse

If you would like to edit the source code of the project, you will have to clone the git URL.

1. Open Eclipse
2. Select File->Import
3. Under the header labeled "Git", click "Projects from Git" and click `Next`
4. Select `Clone URI` and click `Next`
5. Copy paste the git clone URL into the next page. Hit `Next`
6. Select the Branch to clone (you should only need Master). Click `Next`
7. Name the destination directory. click `Next`
8. Check `Import Existing Projects` and click `Next`
9. Check the project, and click `Finish`

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

With access to the source code, you may modify the application, add functionality, or deploy it straight
Expand Down

0 comments on commit 07d4a79

Please sign in to comment.