Skip to content

Commit a4459cc

Browse files
committed
index
1 parent 8abc756 commit a4459cc

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +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)
14-
13+
## Setting up this Dev Container - use WSL (Ubuntu)
1514

1615
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.
1716

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

2021
```bash
2122
node ➜ .../.devcontainer (main ✗) $ (docs ✗)
2223
$ chmod -R +x
2324
```
2425

25-
Optional activate additional features at the end of the [Dockerfile](../../../.devcontainer/Dockerfile)
26-
2726
![Additional features](/docs/config/images/additional-features.png)
2827

2928
Optional activate this additional VS Code extensions within
@@ -37,7 +36,7 @@ Optional activate this additional VS Code extensions within
3736
"ms-vscode-remote.vscode-remote-extensionpack",
3837
```
3938

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)
4140

4241
[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)
4342

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@ tagline: for Node.js 14.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-node14x/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-node14x/blob/main/.devcontainer/Dockerfile).
33-
3434
![Additional features](./config/images/additional-features.png)
3535

3636
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
4343
"ms-vscode-remote.vscode-remote-extensionpack",
4444
```
4545

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)
4747

4848
[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)
4949

5050
Drop the unzipped XS_CLIENT00P file on root
5151

5252
![XS Client](./config/images/node14.png)
5353

54-
Change the path in your .devcontainer\Dockerfile
54+
Change the path in you**r** .devcontainer\Dockerfile
5555

5656
- (ENV XSCLI="/workspaces/vsc-sap-hana-mta-dev-env-node14x/XS_CLIENT00P_134-70001320)
5757

0 commit comments

Comments
 (0)