Skip to content

Remove "Install on Windows" from v5.4 #3089

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: release-5.4
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions dir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@
title_cn: Kubernetes
lang: cn
path: "https://docs.emqx.com/zh/emqx-operator/latest/getting-started/getting-started.html"
- title_en: Windows
title_cn: Windows
path: deploy/install-windows
edition: ce
- title_en: Install from Source Code
title_cn: 源码编译安装
path: deploy/install-source
Expand Down
1 change: 0 additions & 1 deletion en_US/deploy/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ The table below lists the operating systems and versions that EMQX supports.
| [CentOS/RHEL](./install-rhel.md) | CentOS 7<br />Rocky Linux 8<br />Rocky Linux 9 | Yes | Yes |
| [Amazon Linux](./install-rhel.md) | Amazon Linux 2<br />Amazon Linux 2023 | Yes | Yes |
| [macOS](./install-macOS.md) | macOS 12<br />macOS 13 (Homebrew) | Yes | Yes |
| [Windows](./install-windows.md) | Windows Server 2019 | Yes | Yes |

{% endemqxce %}

Expand Down
20 changes: 0 additions & 20 deletions en_US/faq/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,24 +183,6 @@ $ brew install openssl@1.1

After the installation is complete, you can start EMQX normally.

{% emqxce %}

## MSVCR120.dll is missing from Windows

### Phenomenon

When Windows executes `./bin/emqx console`, an error window pops up:

```bash
This program cannot be started because MSVCR120.dll is missing from the computer. Please try to reinstall the program to resolve this issue.
```

### Solution

Install [Microsoft Visual C++ RedistributablePackage](https://www.microsoft.com/en-us/download/search.aspx?q=redistributable+package.)

{% endemqxce %}

## SSL Connection Error

### Phenomenon
Expand Down Expand Up @@ -463,8 +445,6 @@ Client disconnect link error code list:

EMQX supports deployment on Linux, MacOS, ARM system, however it is recommended to deploy the product on one of the supported Linux distributions, such as CentOS, Ubuntu and Debian.

Only EMQX Broker supports Windows and we don't suggestion deployment on Windows.

## How to estimate resource usage of EMQX?

The following factors will have an impact on EMQX resource consumption, mainly on CPU and memory usage.
Expand Down
3 changes: 1 addition & 2 deletions zh_CN/deploy/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ EMQX 可以跨平台的在多种操作系统和硬件平台上运行,以下是
| [CentOS/RHEL](./install-rhel.md) | CentOS 7<br />Rocky Linux 8<br />Rocky Linux 9 | 是 | 是 |
| [Amazon Linux](./install-rhel.md) | Amazon Linux 2<br />Amazon Linux 2023 | 是 | 是 |
| [macOS](./install-macOS.md) | macOS 12<br />macOS 13 (Homebrew) | 是 | 是 |
| [Windows](./install-windows.md) | Windows Server 2019 | 是 | 是 |

{% endemqxce %}

Expand All @@ -125,7 +124,7 @@ EMQX 可以跨平台的在多种操作系统和硬件平台上运行,以下是
| [macOS](./install-macOS.md) | macOS 12<br />macOS 13<br /> | 是 | 是 |

{% endemqxee %}

<!-- ## 硬件规格

EMQX 的硬件要求根据客户端连接数、消息消息速率和消息大小以及启用的功能而异。
Expand Down
26 changes: 1 addition & 25 deletions zh_CN/faq/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,26 +184,6 @@ brew install openssl@1.1

安装完成后,即可正常启动 EMQX。

{% emqxce %}

## Windows 缺失 MSVCR120.dll

### 现象

Windows 执行 `./bin/emqx console` 弹出错误窗口:

```bash
无法启动次程序,因为计算机中丢失 MSVCR120.dll。请尝试重新安装该程序以解决此问题。
```

![error](./static/WechatIMG18396.png)

### 解决方法

安装 [Microsoft Visual C++ RedistributablePackage](https://www.microsoft.com/en-us/download/search.aspx?q=redistributable+package.)

{% endemqxce %}

## SSL 连接失败

### 现象
Expand Down Expand Up @@ -423,11 +403,7 @@ Root: /usr/lib/emqx

## EMQX 推荐部署的操作系统是什么?

EMQX 支持跨平台部署在 Linux、Windows、MacOS、ARM 嵌入系统,生产系推荐在 CentOS、Ubuntu、Debian 等 Linux 发行版上部署。

## EMQX 支持 Windows 操作系统吗?

仅在开源版支持,推荐用于测试而非生产部署,参考 [Windows 安装 EMQX](../deploy/install-windows.md)。
EMQX 支持跨平台部署在 Linux、MacOS、ARM 嵌入系统,生产系推荐在 CentOS、Ubuntu、Debian 等 Linux 发行版上部署。

{% endemqxce %}

Expand Down