Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Commit d746ce3

Browse files
authored
Merge pull request #6 from IObert/master
Change referenced tutorial as it doesn't explain how to create a SCP ...
2 parents c66c4ed + 4c84b10 commit d746ce3

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

‎prerequisites.md‎

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ There are hardware and software prerequisites for participating in this CodeJam.
66

77
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.
88

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+
917
## Software
1018

1119
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
1624

1725
- Chrome (latest version): <https://www.google.com/chrome/>
1826
- Visual Studio Code (also known as VS Code): <https://code.visualstudio.com/download>
19-
- Node.js (latest LTS version 10): <https://nodejs.org/en/download/>
27+
- Node.js (latest LTS version 10): <https://nodejs.org/en/download/>
2028
- Postman : <https://www.getpostman.com/downloads/>
2129
- The Cloud Foundry command line tool: <https://docs.cloudfoundry.org/cf-cli/install-go-cli.html>
2230
- The Multi-Target Application Cloud Foundry CLI Plugin (CF MTA Plugin): <https://github.com/cloudfoundry-incubator/multiapps-cli-plugin>
@@ -40,7 +48,7 @@ Use the [Chocolatey](https://chocolatey.org/) package manager:
4048
```bash
4149
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
4250
```
43-
51+
4452
2. Now use Chocolatey to install SQLite and then make:
4553
```bash
4654
choco install sqlite
@@ -51,17 +59,15 @@ Use the [Chocolatey](https://chocolatey.org/) package manager:
5159

5260
Some of the exercises require you to make HTTP requests, and for this you can use Postman (a mandatory software requirement above). Alternatively you can also use cURL, a command line HTTP client. Instructions for the HTTP requests in 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/).
5361

54-
## Attendees
5562

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:
5764

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
5967

60-
Attendees wishing to prepare themselves for the 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.
6168

62-
## Recommendations
69+
## Attendees
6370

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.
6572

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 for the 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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /