Skip to content

Commit

Permalink
update support os (#1095)
Browse files Browse the repository at this point in the history
* update support os

* fx
  • Loading branch information
yangj1211 authored Jul 3, 2024
1 parent 0459699 commit 025a52f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/MatrixOne/FAQs/deployment-faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@
| :---- | :--------------------- |
| macOS | Monterey 12.3 or later |

- 作为一款国产数据库,MatrixOne 目前能够与以下国产操作系统兼容并提供支持:

|操作系统 |操作系统版本 | CPU | 内存 |
| :------ |:------ | :------ | :----- |
|OpenCloudOS| v8.0 / v9.0 | x86 CPU;4 核 | 16 GB |
|openEuler | 20.03 | x86 / ARM CPU;4 核 | 16 GB |
|TencentOS Server | v2.4 / v3.1 | x86 CPU;4 核 | 16 GB |
|统信 | V20 | ARM CPU;4 核 | 16 GB |
|银河麒麟 | V10 | ARM CPU;4 核 | 16 GB |
|麒麟信安 | v3.4 | x86 / ARM CPU;4 核 | 16 GB |

**可以在红帽系,比如 CentOS 7 下正常使用 MatrixOne 吗?**

MatrixOne 对操作系统的要求不严格,支持在 CentOS 7 下使用,但 CentOS 7 在 24 年 6 月底就停止维护了,推荐大家使用更新版本的操作系统。
Expand Down
19 changes: 18 additions & 1 deletion docs/MatrixOne/Get-Started/install-standalone-matrixone.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

单机版 MatrixOne 适用场景即是使用单台开发机器部署 MatrixOne,体验 MatrixOne 的基本功能,与单机版使用一个 MySQL 基本相同。

**推荐安装环境**
## **安装环境**

### **推荐安装环境**

作为一款开源数据库,MatrixOne 目前支持主流的 **Linux****MacOS** 系统。为了快速上手,本文档中优先推荐如下硬件规格:

Expand All @@ -18,6 +20,21 @@

你也可以查阅[硬件与操作系统要求](../FAQs/deployment-faqs.md),查看更多关于硬件规格推荐,选用合适的硬件环境。

### **支持国产系统**

作为一款国产数据库,MatrixOne 目前能够与以下国产操作系统兼容并提供支持:

|操作系统 |操作系统版本 | CPU | 内存 |
| :------ |:------ | :------ | :----- |
|OpenCloudOS| v8.0 / v9.0 | x86 CPU;4 核 | 16 GB |
|openEuler | 20.03 | x86 / ARM CPU;4 核 | 16 GB |
|TencentOS Server | v2.4 / v3.1 | x86 CPU;4 核 | 16 GB |
|统信 | V20 | ARM CPU;4 核 | 16 GB |
|银河麒麟 | V10 | ARM CPU;4 核 | 16 GB |
|麒麟信安 | v3.0 | x86 / ARM CPU;4 核 | 16 GB |

__NOTE__: 支持的国产 CPU 有腾云 S2500、FT2000+/64、鲲鹏 916、鲲鹏 920 和海光 H620-G30

## **在 macOS 上部署**

你可以在以下三种方式中选择最适合你的一种,在 macOS 上安装并连接 MatrixOne:
Expand Down

0 comments on commit 025a52f

Please sign in to comment.