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
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,20 +10,19 @@ The approach of this project was to share the same required dev environment by u
10
10
- Because the terms of Docker Desktop have changed, I prefer to use [Docker on Windows (WSL) without Docker Desktop](https://dev.to/bowmanjd/install-docker-on-windows-wsl-without-docker-desktop-34m9).
11
11
-[Install this VS Code Containers extension at first](https://code.visualstudio.com/docs/remote/containers-tutorial#_install-the-extension)
12
12
13
-
#### Setting up this Dev Container - use WSL (Ubuntu)
14
-
13
+
## Setting up this Dev Container - use WSL (Ubuntu)
15
14
16
15
Some features (docker, kubectl, etc.) were outsourced in a separately bash script, to increase the startup time for this devcontainer. If you need one of this features, you only need to comment or uncomment the relevant script.
17
16
17
+
### 1. Optional activate additional features at the end of the [Dockerfile](../../../.devcontainer/Dockerfile)
18
+
18
19
Change the permission to executable with the chmod command.
19
20
20
21
```bash
21
22
node ➜ .../.devcontainer (main ✗) $ (docs ✗)
22
23
$ chmod -R +x
23
24
```
24
25
25
-
Optional activate additional features at the end of the [Dockerfile](../../../.devcontainer/Dockerfile)
Optional activate this additional VS Code extensions within
@@ -37,7 +36,7 @@ Optional activate this additional VS Code extensions within
37
36
"ms-vscode-remote.vscode-remote-extensionpack",
38
37
```
39
38
40
-
Add XS Client for SAP HANA XSA (Only required for connecting a XSA platform)
39
+
### 2. Optional XS Client for SAP HANA XSA (Only required for connecting a XSA platform)
41
40
42
41
[Download the XS_CLIENT00P_xxx-70001320 for Linux from SAP Download Center](https://launchpad.support.sap.com/#/softwarecenter/template/products/related/_APP=00200682500000001943&_EVENT=DISPHIER&HEADER=Y&FUNCTIONBAR=N&EVENT=TREE&NE=NAVIGATE&ENR=73554900100900001301&V=MAINT/SAP%20HANA%20PLATFORM%20EDITION%202.0)
Copy file name to clipboardExpand all lines: docs/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,25 +12,25 @@ tagline: for Node.js 14.x
12
12
13
13
The approach of this project was to share the same required dev environment by using the same VS Code Dev Containers to make the start for new team members more easy and faster.
14
14
15
-
###Prerequisites
15
+
## Prerequisites
16
16
17
17
-[Install Docker Desktop on Windows](https://docs.docker.com/docker-for-windows/install/) or [Docker on Windows (WSL) without Docker Desktop](https://dev.to/bowmanjd/install-docker-on-windows-wsl-without-docker-desktop-34m9)
18
18
- Because the terms of Docker Desktop have changed, I prefer to use [Docker on Windows (WSL) without Docker Desktop](https://dev.to/bowmanjd/install-docker-on-windows-wsl-without-docker-desktop-34m9).
19
19
-[Install this VS Code Containers extension at first](https://code.visualstudio.com/docs/remote/containers-tutorial#_install-the-extension)
20
20
21
-
####Setting up this Dev Container - use WSL (Ubuntu)
21
+
## Setting up this Dev Container - use WSL (Ubuntu)
22
22
23
23
Some features (docker, kubectl, etc.) were outsourced in a separately bash script, to increase the startup time for this devcontainer. If you need one of this features, you only need to comment or uncomment the relevant script.
24
24
25
+
### 1. Optional activate additional features at the end of the [Dockerfile](https://github.com/draschke/vsc-sap-hana-mta-dev-env-node14x/blob/main/.devcontainer/Dockerfile)
26
+
25
27
Change the permission to executable with the chmod command.
26
28
27
29
```bash
28
30
node ➜ .../.devcontainer (main ✗) $ (docs ✗)
29
31
$ chmod -R +x
30
32
```
31
33
32
-
Optional activate additional features at the end of the [Dockerfile](https://github.com/draschke/vsc-sap-hana-mta-dev-env-node14x/blob/main/.devcontainer/Dockerfile).
Optional activate this additional VS Code extensions within [devcontainer](https://github.com/draschke/vsc-sap-hana-mta-dev-env-node14x/blob/main/.devcontainer/devcontainer.json)
@@ -43,15 +43,15 @@ Optional activate this additional VS Code extensions within [devcontainer](https
43
43
"ms-vscode-remote.vscode-remote-extensionpack",
44
44
```
45
45
46
-
Optional add XS Client for SAP HANA XSA (Only required for connecting a XSA platform)
46
+
### 2. Optional add XS Client for SAP HANA XSA (Only required for connecting a XSA platform)
47
47
48
48
[Download the XS_CLIENT00P_xxx-70001320 for Linux from SAP Download Center](https://launchpad.support.sap.com/#/softwarecenter/template/products/related/_APP=00200682500000001943&_EVENT=DISPHIER&HEADER=Y&FUNCTIONBAR=N&EVENT=TREE&NE=NAVIGATE&ENR=73554900100900001301&V=MAINT/SAP%20HANA%20PLATFORM%20EDITION%202.0)
49
49
50
50
Drop the unzipped XS_CLIENT00P file on root
51
51
52
52

53
53
54
-
Change the path in your .devcontainer\Dockerfile
54
+
Change the path in you**r** .devcontainer\Dockerfile
0 commit comments