[openstreetmap/openstreetmap-website] Support for Development Containers (devcontainers) (PR #6424)
danieldegroot2
notifications at github.com
Wed Dec 24 19:45:27 UTC 2025
@danieldegroot2 commented on this pull request.
> +
+For macOS, you will need [Xcode Command Line Tools](https://mac.install.guide/commandlinetools/); macOS 14 (Sonoma) or later; and some familiarity with Unix development via the Terminal.
+
+### Windows
+
+You can install Git using [WinGet](https://learn.microsoft.com/en-gb/windows/package-manager/winget/):
+
+```bash
+winget install --id Git.Git -e --source winget
+```
+
+Alternatively, see [other install options](https://git-scm.com/install/windows).
+
+## Install Docker
+
+Devcontainers run on top of Docker, which needs to be installed. Again, the methods will depend on your operating system.
S: Change grammar
```suggestion
You will need to install Docker in order to run devcontainers. Again, the methods will depend on your operating system.
```
or
```suggestion
Installing Docker is required in order to run devcontainers. Again, the methods will depend on your operating system.
```
or alternatively
```suggestion
Devcontainers run on top of Docker, which needs to be installed on your operating system. Again, the methods will depend on your operating system.
```
(though this introduces duplicate text 'operating system'.)
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6424#pullrequestreview-3611505325
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6424/review/3611505325 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251224/4fbc3ea2/attachment.htm>
More information about the rails-dev
mailing list