Skip to content

Commit 5ee3ea9

Browse files
author
Puja
committed
Modified README.md.
Change-Id: I519f114c85884f0bd620fe3fa7f90ab7ea7ca2fe Signed-off-by: Puja <puja.chatterjee@sap.com>
1 parent 80ef9ec commit 5ee3ea9

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,20 @@ Clone the Git [repository](https://github.com/SAP/cloud-espm-v2.git) or download
1717
### Setting up the developer environment
1818
1. Install [SAP JVM 7.*](https://tools.hana.ondemand.com/#cloud) or Java JDK 1.7 and setup the JAVA_HOME and PATH environment variables in your local machine
1919
2. Install [Eclipse](https://help.hana.ondemand.com/help/frameset.htm?761374e5711e1014839a8273b0e91070.html). Please download Eclipse Mars
20-
3. Install the [SAP HANA Cloud SDK](https://help.hana.ondemand.com/help/frameset.htm?7613843c711e1014839a8273b0e91070.html). Please download Java EE 6 Web Profile SDK
21-
4. [Install SAP Development Tools for Eclipse](https://help.hana.ondemand.com/help/frameset.htm?76137a37711e1014839a8273b0e91070.html)
20+
3. [Install SAP Development Tools for Eclipse](https://help.hana.ondemand.com/help/frameset.htm?76137a37711e1014839a8273b0e91070.html)
21+
4. Install the [SAP HANA Cloud SDK](https://help.hana.ondemand.com/help/frameset.htm?7613843c711e1014839a8273b0e91070.html). Please download Java EE 6 Web Profile SDK
2222
5. [Setup the Runtime Environment](https://help.hana.ondemand.com/help/frameset.htm?7613f000711e1014839a8273b0e91070.html). please use the Java EE 6 Web Profile section in the above document
2323
6. Signup for [HCP Trial account](https://hcp.sap.com/developers.html#section_4)
2424

25+
2526
### Build the application and deploy
2627
1. Git configuration in Eclipse
2728
- From the Eclipse IDE main menu, choose Window > Preferences
2829
- Enter git in the filter field in the top-left corner.
2930
- Navigate to Team > Git > Configuration and select the Configuration node and add the following configuration
3031
![EGit Configuration](/docs/images/EGitConfig.PNG?raw=true)
3132

32-
**Note! The Proxy value should be as per your environment**
33+
**Note! For most people the proxy value doesn’t need to be set but if you are working behind a proxy, then it should be set as per you environment**
3334
2. Maven configuration
3435
- From the Eclipse IDE main menu, choose Window > Preferences
3536
- Enter maven in the filter field in the top-left corner
@@ -61,18 +62,12 @@ Clone the Git [repository](https://github.com/SAP/cloud-espm-v2.git) or download
6162
<host>proxy</host>
6263
<port>8080</port>
6364
</proxy>
64-
<proxy>
65-
<active>true</active>
66-
<protocol>https</protocol>
67-
<host>proxy</host>
68-
<port>8080</port>
69-
</proxy>
7065
</proxies>
7166
</settings>
7267
```
7368

7469

75-
3. Import Maven project
70+
3. Clone Git repository and import Maven project
7671
- Open https://github.com/SAP/cloud-espm-v2 with your web browser
7772
- Click on the Copy to clipboard so that the Git repository URL of the opened cloud-basecamp GitHub repository is copied to your clipboard.
7873

@@ -87,7 +82,10 @@ Clone the Git [repository](https://github.com/SAP/cloud-espm-v2.git) or download
8782
- On this wizard page check that the master branch is selected and click again on Next >
8883
- On the last wizard page you can adjust the location of the local Git Repository, but for the scope of this tutorial we'll just leave the default as-is
8984
- Click on Finish so that the remote cloud-basecamp Git repository (source code) is cloned to the local location specified on the last wizard page.
90-
4. Build imported Maven project
85+
4. Update dependencies and build Maven project
86+
87+
- Instruction to run update dependencies for the Maven project
88+
- Right click on the web project in ESPM > and choose Maven > Click on Update Project
9189
- Note! you need to modify the parent pom.xml for certain property values depending on your environment:
9290
- local.server.proxy.settings - comment this out if you are not behind a proxy server. Else update your proxy settings here
9391
- browser.proxy.settings - comment this out if your browser is not using a proxy. Else update your browser proxy settings here
@@ -250,7 +248,7 @@ This document is for informational purposes only. Its content is subject to chan
250248
Any software coding and/or code lines / strings ("Code") included in this documentation are only examples and are not intended to be used in a productive system environment. The Code is only intended to better explain and visualize the syntax and phrasing rules of certain coding. SAP does not warrant the correctness and completeness of the Code given herein, and SAP shall not be liable for errors or damages caused by the usage of the Code, unless damages were caused by SAP intentionally or by SAP's gross negligence.
251249

252250
# Copyright and License
253-
Copyright 2016 SAP AG
251+
Copyright 2016 SAP SE
254252

255253
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:
256254
[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)

0 commit comments

Comments
 (0)