This is an automated email from the ASF dual-hosted git repository.
bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 9a49f4028 docs: update Windows references
9a49f4028 is described below
commit 9a49f40281eb1401a7c5d83b124a18e3d043eb85
Author: bossenti <[email protected]>
AuthorDate: Mon Nov 6 14:00:42 2023 +0100
docs: update Windows references
---
docs/01_try-installation.md | 2 +-
docs/05_deploy-docker.md | 4 ++--
docs/06_extend-cli.md | 2 +-
website-v2/src/pages/download.tsx | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/01_try-installation.md b/docs/01_try-installation.md
index 3af3edda2..7af53ab22 100644
--- a/docs/01_try-installation.md
+++ b/docs/01_try-installation.md
@@ -22,7 +22,7 @@ again) and check that Docker is installed correctly by
executing docker-run hell
### Supported operating systems
-The Docker-based installation supports the operating systems **Linux**, **Mac
OS X** and **Windows 10**. Older windows
+The Docker-based installation supports the operating systems **Linux**, **Mac
OS X** and **Windows 10 upwards**. Older windows
versions are not fully compatible with Docker. Linux VMs running under Windows
might cause network problems with Docker,
therefore some manual work might be needed to make StreamPipes run properly.
diff --git a/docs/05_deploy-docker.md b/docs/05_deploy-docker.md
index d7df2627a..881e16b43 100644
--- a/docs/05_deploy-docker.md
+++ b/docs/05_deploy-docker.md
@@ -21,9 +21,9 @@ Go to http://localhost to finish the installation in the
browser. Once finished,
* Docker-Compose >= 1.17.0 (Compose file format: 3.4)
* Google Chrome (recommended), Mozilla Firefox, Microsoft Edge
-Tested on: **macOS, Linux, Windows 10** (CMD, PowerShell, GitBash)
+Tested on: **macOS, Linux, Windows 10 upwards** (CMD, PowerShell, GitBash)
-**macOS** and **Windows 10** (Pro, Enterprise, Education) users can easily get
Docker and Docker-Compose on their systems by installing **Docker for
Mac/Windows** (recommended).
+**macOS** and **Windows** users can easily get Docker and Docker-Compose on
their systems by installing **Docker for Mac/Windows** (recommended).
> **NOTE**: On purpose, we disabled all port mappings except of http port
> **80** to access the StreamPipes UI to provide minimal surface for
> conflicting ports.
diff --git a/docs/06_extend-cli.md b/docs/06_extend-cli.md
index 805501349..d02186c3d 100644
--- a/docs/06_extend-cli.md
+++ b/docs/06_extend-cli.md
@@ -183,7 +183,7 @@ For **macOS**, or **Linux**:
export PATH="/path/to/streampipes-installer/installer/cli:$PATH"
```
-For **Windows 10** add `installer\cli` to environment variables, e.g. check
this
[documentation](https://helpdeskgeek.com/windows-10/add-windows-path-environment-variable/).
+For **Windows** add `installer\cli` to environment variables, e.g. check this
[documentation](https://helpdeskgeek.com/windows-10/add-windows-path-environment-variable/).
## Upgrade to new version
diff --git a/website-v2/src/pages/download.tsx
b/website-v2/src/pages/download.tsx
index 45817964c..ab6711775 100644
--- a/website-v2/src/pages/download.tsx
+++ b/website-v2/src/pages/download.tsx
@@ -18,7 +18,7 @@ const Downloads: FC = () => (
<h6></h6>
<ul>
<li className={"no-list-style"}><i className="fas fa-check
sp-color-green"></i>The Docker-based installation works with Linux, MacOS and
- Windows 10.
+ Windows upwards.
</li>
<li className={"no-list-style"}><i className="fas fa-check
sp-color-green"></i> Install <a
href="https://docs.docker.com/install/" target="_blank">Docker</a>
and <a