Skip to content

Commit

Permalink
Add WSL.
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 3, 2023
1 parent 292f82a commit 14a3f9b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ can choose which enablers are of interest to you.
The NGSI-LD tutorials are designed to run under any Unix environment, the tested configuration and
[GitPod](https://github.com/gitpod-io/gitpod) environment is currently based on Ubuntu 22.04.2 LTS. However, there may
be some minor issues when running the tutorials directly on Windows machines or Apple M1 Silicon `amd64` systems, and
the following [Virtual Box set-up](virtual-box.md) can be used when facing issues.
the following [Virtual Box set-up](virtual-box.md) or [WSL set-up](wsl.md) can be used when facing issues.

### Docker and Docker Compose <img src="https://www.docker.com/favicon.ico" align="left" height="30" width="30" style="border-right-style:solid; border-right-width:10px; border-color:transparent; background: transparent">

Expand Down
12 changes: 12 additions & 0 deletions docs/wsl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Windows Subsystem for Linux

Windows is able to emulate a Unix system when running WSL - the Windows Subsystem for It enables developers to install a
Linux distribution within a Windows environment. and access and utilize Linux applications directly.The default WSL
Linux is based on Ubuntu.

To install WSL on Windows follow the instructions [here](https://learn.microsoft.com/en-us/windows/wsl/install) - the
following minimal set-up is recommended:

- Windows 11
- WSL 1.2.5.0 with an Ubuntu Distribution
- Docker Engine on Ubuntu: Docker 24.0.4 and Docker compose 2.19.1
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ nav:
- Data Models: datamodels.md
- Installing Docker: docker-ubuntu.md
- Using Virtual Box: virtual-box.md
- Using WSL: wsl.md
- Troubleshooting: troubleshooting.md

0 comments on commit 14a3f9b

Please sign in to comment.