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
{{ message }}
This repository was archived by the owner on Nov 13, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: prerequisites.md
+16-10Lines changed: 16 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@ There are hardware and software prerequisites for participating in this CodeJam.
6
6
7
7
Each participant should have their own laptop with enough admin privileges to be able to install software. You should also be able to access a command line shell (e.g. `cmd.exe` on Windows). The laptop should also be able to connect to the host organization's guest network for Internet access, and have enough power for the whole day.
8
8
9
+
## Cloud Platform
10
+
11
+
Each attendee should have an SAP Cloud Platform trial account, and specifically a Cloud Foundry environment with an organization and a space defined. See the following tutorials for more details:
12
+
13
+
-[Get a Free Trial Account on SAP Cloud Platform](https://developers.sap.com/tutorials/hcp-create-trial-account.html)
14
+
-[Create a Cloud Foundry Account](https://developers.sap.com/tutorials/cp-cf-create-account.html)
15
+
-[Log in via the Cloud Foundry Command Line Interface](https://developers.sap.com/tutorials/cp-cf-download-cli.html)
16
+
9
17
## Software
10
18
11
19
There are some mandatory and optional requirements with respect to software.
@@ -16,7 +24,7 @@ Before the CodeJam day, participants must ensure they have the following install
2. Now use Chocolatey to install SQLite and then make:
45
53
```bash
46
54
choco install sqlite
@@ -51,17 +59,15 @@ Use the [Chocolatey](https://chocolatey.org/) package manager:
51
59
52
60
Some of the exercises require you to make HTTP requests, and forthis you can use Postman (a mandatory software requirement above). Alternatively you can also use cURL, a command line HTTP client. Instructions for the HTTP requestsin each exercise are given for both Postman and cURL. So you may want to install cURL; you can do so by visiting [https://curl.haxx.se/](https://curl.haxx.se/).
53
61
54
-
## Attendees
55
62
56
-
Some familiarity with JavaScript is strongly recommended. Existing familiarity with Core Data Services (CDS) concepts is an advantage, as is experience with working with command line tools.
63
+
Further to the software prerequisites described above, we also recommend:
57
64
58
-
Each attendee should have an SAP Cloud Platform trial account, and specifically a Cloud Foundry environment with an organization and a space defined. See the [Getting started with Cloud Foundry](https://developers.sap.com/uk/tutorials/hcp-cf-getting-started.html) tutorial for more details.
65
+
- The [JSON Formatter extension](https://chrome.google.com/webstore/detail/json-formatter/bcjindcccaagfpapjjmafapmmgkkhgoa?hl=en) for Google Chrome
66
+
- The [XML Tree extension](https://chrome.google.com/webstore/detail/xml-tree/gbammbheopgpmaagmckhpjbfgdfkpadb) for Google Chrome
59
67
60
-
Attendees wishing to prepare themselves forthe day can take advantage of the tutorial [Create a Basic Node.js App](https://developers.sap.com/tutorials/cp-node-create-basic-app.html)in the SAP Developer Center.
61
68
62
-
## Recommendations
69
+
## Attendees
63
70
64
-
Further to the software prerequisites described above, we also recommend:
71
+
Some familiarity with JavaScript is strongly recommended. Existing familiarity with Core Data Services (CDS) concepts is an advantage, as is experience with working with command line tools.
65
72
66
-
- The [JSON Formatter extension](https://chrome.google.com/webstore/detail/json-formatter/bcjindcccaagfpapjjmafapmmgkkhgoa?hl=en) for Google Chrome
67
-
- The [XML Tree extension](https://chrome.google.com/webstore/detail/xml-tree/gbammbheopgpmaagmckhpjbfgdfkpadb) for Google Chrome
73
+
Attendees wishing to prepare themselves forthe day can take advantage of the tutorial [Create a Basic Node.js App](https://developers.sap.com/tutorials/cp-node-create-basic-app.html)in the SAP Developer Center.
0 commit comments