Skip to content

Commit c90e987

Browse files
author
Sebastian Plott
committed
Merge branch 'main' into feature/update-Lift-data-from-tabular-data
2 parents 949dd58 + 2d839f9 commit c90e987

4 files changed

Lines changed: 7 additions & 248 deletions

File tree

docs/deploy-and-configure/installation/.pages

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ nav:
22
- Installation: index.md
33
- "Scenario: Single Node Cloud Installation": scenario-single-node-cloud-installation
44
- "Scenario: Local Installation": scenario-local-installation
5-
- "Scenario: RedHat Enterprise Linux 7": scenario-redhat-enterprise-linux-7
65
- Migrating Stores: migrating-stores
76

docs/deploy-and-configure/installation/scenario-local-installation/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The code examples in this section assumes that you have POSIX-compliant shell (l
1616
- make - build tools (apt-get install make) installed locally
1717
- At least 4 CPUs and 12GB of RAM (recommended: 16GB) dedicated to docker
1818

19-
## wsl installation and configuration
19+
## WSL installation and configuration
2020

2121
For all you need to start Powershell started as administrator.
2222
Alternatively you can also install a WSL distribution from Microsoft Store.
@@ -42,7 +42,7 @@ However other Distributions might work as well.
4242
wsl --install Debian
4343
```
4444

45-
Ensure you use wsl version 2 (this is necessary to use `systemd` services).
45+
Ensure you use WSL version 2 (this is necessary to use `systemd` services).
4646

4747
```shell
4848
wsl -l -v
@@ -62,7 +62,7 @@ wsl -d Debian
6262

6363
Enable `generateHosts = false` in your `/etc/hosts` file to make sure that this file won't be overwritten from the host system on every restart.
6464

65-
To be able to use `systemd` services and commands make sure `/etc/wsl.conf` is available with this content (should be the default with wsl v2):
65+
To be able to use `systemd` services and commands make sure `/etc/wsl.conf` is available with this content (should be the default with WSL v2):
6666

6767
```shell
6868
[boot]
@@ -79,19 +79,19 @@ wsl --shutdown
7979

8080
```shell
8181
[wsl2]
82-
memory=16GB # restrict ram wsl can use
82+
memory=16GB # restrict ram WSL can use
8383
processors=4 # restrict cpu-cores
8484
swap=8GB # set swap size
8585
swapFile=C:/Users/<your username>/wsl/Debianswap.vhdx # location to swap-file
8686
```
8787

88-
Alternatively, (with wsl v2) you may use the graphical configuration application _WSL Settings_.
88+
Alternatively, (with WSL v2) you may use the graphical configuration application _WSL Settings_.
8989

9090
## Setup & Check Installation Environment
9191

92-
For docker we recommend to use the linux docker within wsl.
92+
For docker we recommend to use the linux docker within WSL.
9393
Follow the instruction in [Server Provisioning in Scenario: Single Node Cloud Installation](../scenario-single-node-cloud-installation/index.md#server-provisioning).
94-
Alternatively, you may use docker for desktop and enable wsl integration in the settings.
94+
Alternatively, you may use docker for desktop and enable WSL integration in the settings.
9595

9696
Open a terminal window, create a directory, copy and extract docker orchestration there.
9797

docs/deploy-and-configure/installation/scenario-redhat-enterprise-linux-7/index.md

Lines changed: 0 additions & 239 deletions
This file was deleted.

docs/deploy-and-configure/requirements/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Depending on how much RAM is dedicated to the triple store, Knowledge Graphs up
2626
For an example of a single-node installation refer to the following scenarios:
2727

2828
- [Scenario: Local Installation](../installation/scenario-local-installation/index.md)
29-
- [Scenario: RedHat Enterprise Linux 7](../installation/scenario-redhat-enterprise-linux-7/index.md)
3029
- [Scenario: Single Node Cloud Installation](../installation/scenario-single-node-cloud-installation/index.md)
3130

3231
## Typical Setup

0 commit comments

Comments
 (0)