Skip to content

Commit 764d701

Browse files
committed
index
1 parent 00c7c77 commit 764d701

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,19 @@ The approach of this project was to share the same required dev environment by u
1010
- 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).
1111
- [Install this VS Code Containers extension at first](https://code.visualstudio.com/docs/remote/containers-tutorial#_install-the-extension)
1212

13-
### Setting up this Dev Container - use WSL (Ubuntu)
13+
## Setting up this Dev Container - use WSL (Ubuntu)
1414

1515
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.
1616

17+
### 1. Optional activate additional features at the end of the [Dockerfile](../../../.devcontainer/Dockerfile)
18+
1719
Change the permission to executable with the chmod command.
1820

1921
```bash
2022
node ➜ .../.devcontainer (main ✗) $ (docs ✗)
2123
$ chmod -R +x
2224
```
2325

24-
Optional activate additional features at the end of the [Dockerfile](../../../.devcontainer/Dockerfile)
2526

2627
![Additional features](/docs/config/images/additional-features.png)
2728

@@ -36,7 +37,7 @@ Optional activate this additional VS Code extensions within
3637
"ms-vscode-remote.vscode-remote-extensionpack",
3738
```
3839

39-
Add XS Client for SAP HANA XSA (Only required for connecting a XSA platform)
40+
### 2. Optional add XS Client for SAP HANA XSA (Only required for connecting a XSA platform)
4041

4142
[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)
4243

docs/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,25 @@ tagline: for Node.js 16.x
1212

1313
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.
1414

15-
### Prerequisites
15+
## Prerequisites
1616

1717
- [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)
1818
- 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).
1919
- [Install this VS Code Containers extension at first](https://code.visualstudio.com/docs/remote/containers-tutorial#_install-the-extension)
2020

21-
#### Setting up this Dev Container - use WSL (Ubuntu)
21+
## Setting up this Dev Container - use WSL (Ubuntu)
2222

2323
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.
2424

25+
### 1. Optional activate additional features at the end of the [Dockerfile](https://github.com/draschke/vsc-sap-hana-mta-dev-env-node16x/blob/main/.devcontainer/Dockerfile)
26+
2527
Change the permission to executable with the chmod command.
2628

2729
```bash
2830
node ➜ .../.devcontainer (main ✗) $ (docs ✗)
2931
$ chmod -R +x
3032
```
3133

32-
Optional activate additional features at the end of the [Dockerfile](https://github.com/draschke/vsc-sap-hana-mta-dev-env-node16x/blob/main/.devcontainer/Dockerfile)
3334

3435
![Additional features](./config/images/additional-features.png)
3536

@@ -43,7 +44,7 @@ Optional activate this additional VS Code extensions within [devcontainer](https
4344
"ms-vscode-remote.vscode-remote-extensionpack",
4445
```
4546

46-
Optional add XS Client for SAP HANA XSA (Only required for connecting a XSA platform)
47+
### 2. Optional add XS Client for SAP HANA XSA (Only required for connecting a XSA platform)
4748

4849
[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)
4950

0 commit comments

Comments
 (0)