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: workshop/content/docs/setup.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ In this workshop we use the following materials:
10
10
1.**Exercises** - download the [latest zip file](https://github.com/geopython/diving-into-pygeoapi/archive/refs/heads/main.zip), unzip, find exercises in `workshop/exercises`[^1]
11
11
1.**Docker** - all examples/exercises are run in a `Docker container` in `workshop/exercises`
12
12
13
-
[^1]: alternatively, you can fork/clone the GitHub repository of this workshop directly from https://github.com/geopython/diving-into-pygeoapi.
13
+
[^1]: Alternatively, you can fork/clone the GitHub repository of this workshop directly from <https://github.com/geopython/diving-into-pygeoapi>.
14
14
15
15
## Text editor
16
16
@@ -67,15 +67,16 @@ Docker installation has greatly progressed over the years. This is the only part
67
67
which is dependent on the system/OS you are running (e.g. Windows, Mac or Linux). For each
68
68
system the Docker website provides detailed installation instructions. Please follow these consistently.
69
69
70
-
For many platforms a product called `Docker Desktop` is available, which includes the main Docker components:
70
+
For many platforms a product called [Docker Desktop](https://docs.docker.com/desktop) is available, which includes the main Docker components:
71
71
72
72
* Windows [installation](https://docs.Docker.com/desktop/install/windows-install)
73
73
* Mac [installation](https://docs.Docker.com/desktop/install/mac-install)
74
74
* Linux [installation](https://docs.Docker.com/desktop/install/linux-install)
75
75
76
76
Some notes:
77
77
78
-
* On Windows we recommend using the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl) (WSL) as it also provides a powerful (Bash) command line and has optimal integration with Docker
78
+
* On Windows we recommend using the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl) (WSL) as it also provides a powerful (Bash) command line and has optimal integration with Docker. Before installing Docker Desktop, install WSL by opening Microsoft PowerShell (run as administrator) and type `wsl --install`.
79
+
***installing WSL requires administrator privileges on your system**
79
80
* On Mac, if you are using [Homebrew](https://brew.sh), consider (as the author has) using the [brew Docker formula](https://formulae.brew.sh/formula/Docker)
80
81
* On Mac OSX Monterey and later, there may be an issue with local port 5000 already in use, therefore conflicting with the default one used by the pygeoapi container. If you see this error `OSError: [Errno 48] Address already in use`, you need to disable the *Airplay Receiver*. Go to `System Settings | Sharing` or like in Sonoma type 'airplay' in the search box. See image below for Mac OSX Sonoma. Also a detailed description in [this blog post](https://progressstory.com/tech/port-5000-already-in-use-macos-monterey-issue/).
0 commit comments