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
+10-12Lines changed: 10 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -17,19 +17,20 @@ Clone the Git [repository](https://github.com/SAP/cloud-espm-v2.git) or download
17
17
### Setting up the developer environment
18
18
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
19
19
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
22
22
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
23
23
6. Signup for [HCP Trial account](https://hcp.sap.com/developers.html#section_4)
24
24
25
+
25
26
### Build the application and deploy
26
27
1. Git configuration in Eclipse
27
28
- From the Eclipse IDE main menu, choose Window > Preferences
28
29
- Enter git in the filter field in the top-left corner.
29
30
- Navigate to Team > Git > Configuration and select the Configuration node and add the following configuration
**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**
33
34
2. Maven configuration
34
35
- From the Eclipse IDE main menu, choose Window > Preferences
35
36
- 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
61
62
<host>proxy</host>
62
63
<port>8080</port>
63
64
</proxy>
64
-
<proxy>
65
-
<active>true</active>
66
-
<protocol>https</protocol>
67
-
<host>proxy</host>
68
-
<port>8080</port>
69
-
</proxy>
70
65
</proxies>
71
66
</settings>
72
67
```
73
68
74
69
75
-
3. Import Maven project
70
+
3. Clone Git repository and import Maven project
76
71
- Open https://github.com/SAP/cloud-espm-v2 with your web browser
77
72
- Click on the Copy to clipboard so that the Git repository URL of the opened cloud-basecamp GitHub repository is copied to your clipboard.
78
73
@@ -87,7 +82,10 @@ Clone the Git [repository](https://github.com/SAP/cloud-espm-v2.git) or download
87
82
- On this wizard page check that the master branch is selected and click again on Next >
88
83
- 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
89
84
- 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
91
89
- Note! you need to modify the parent pom.xml for certain property values depending on your environment:
92
90
- local.server.proxy.settings - comment this out if you are not behind a proxy server. Else update your proxy settings here
93
91
- 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
250
248
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.
251
249
252
250
# Copyright and License
253
-
Copyright 2016 SAP AG
251
+
Copyright 2016 SAP SE
254
252
255
253
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:
0 commit comments