From 02756ac59283ea54da0f36d70086fdbef47393f1 Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Mon, 28 Nov 2022 14:21:50 +0800 Subject: [PATCH 1/2] Update 1.resource-preparations.md --- .../1.resource-preparations.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs-2.0/4.deployment-and-installation/1.resource-preparations.md b/docs-2.0/4.deployment-and-installation/1.resource-preparations.md index 026812861b7..6906660a676 100644 --- a/docs-2.0/4.deployment-and-installation/1.resource-preparations.md +++ b/docs-2.0/4.deployment-and-installation/1.resource-preparations.md @@ -41,6 +41,10 @@ NebulaGraph 是针对 NVMe SSD 进行设计和实现的,所有默认参数都 当前仅支持在 Linux 系统中编译 NebulaGraph,建议使用内核版本为`4.15`及以上版本的 Linux 系统。 +!!! enterpriseonly + + 只有企业版的 NebulaGraph 支持国产化的 Linux 操作系统。详情咨询销售人员。 + !!! note 在内核版本低于要求的 Linux 系统中安装 NebulaGraph 可使用 [RPM、DEB](2.compile-and-install-nebula-graph/2.install-nebula-graph-by-rpm-or-deb.md) 或者 [TAR](2.compile-and-install-nebula-graph/4.install-nebula-graph-from-tar.md) 文件。 @@ -163,6 +167,10 @@ NebulaGraph 是针对 NVMe SSD 进行设计和实现的,所有默认参数都 当前仅支持在 Linux 系统中安装 NebulaGraph,建议在测试环境中使用内核版本为`3.9`及以上版本的 Linux 系统。 +!!! enterpriseonly + + 只有企业版的 NebulaGraph 支持国产化的 Linux 操作系统。详情咨询销售人员。 + ### 服务架构建议 | 进程 | 建议数量| @@ -196,6 +204,10 @@ NebulaGraph 是针对 NVMe SSD 进行设计和实现的,所有默认参数都 当前仅支持在 Linux 系统中安装 NebulaGraph,建议在生产环境中使用内核版本为`3.9`及以上版本的 Linux 系统。 +!!! enterpriseonly + + 只有企业版的 NebulaGraph 支持国产化的 Linux 操作系统。详情咨询销售人员。 + 用户可以通过调整一些内核参数来提高 NebulaGraph 性能,详情请参见[内核配置](../5.configurations-and-logs/1.configurations/6.kernel-config.md)。 ### 服务架构建议 From 3bb6054841ae0919c18557c26fbc6d871fe32962 Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Tue, 29 Nov 2022 11:54:33 +0800 Subject: [PATCH 2/2] list supporting operating systems --- .../1.resource-preparations.md | 12 ------------ .../4.install-nebula-graph-from-tar.md | 7 ++++++- .../source_install-nebula-graph-by-rpm-or-deb.md | 6 ++++++ 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/docs-2.0/4.deployment-and-installation/1.resource-preparations.md b/docs-2.0/4.deployment-and-installation/1.resource-preparations.md index 6906660a676..026812861b7 100644 --- a/docs-2.0/4.deployment-and-installation/1.resource-preparations.md +++ b/docs-2.0/4.deployment-and-installation/1.resource-preparations.md @@ -41,10 +41,6 @@ NebulaGraph 是针对 NVMe SSD 进行设计和实现的,所有默认参数都 当前仅支持在 Linux 系统中编译 NebulaGraph,建议使用内核版本为`4.15`及以上版本的 Linux 系统。 -!!! enterpriseonly - - 只有企业版的 NebulaGraph 支持国产化的 Linux 操作系统。详情咨询销售人员。 - !!! note 在内核版本低于要求的 Linux 系统中安装 NebulaGraph 可使用 [RPM、DEB](2.compile-and-install-nebula-graph/2.install-nebula-graph-by-rpm-or-deb.md) 或者 [TAR](2.compile-and-install-nebula-graph/4.install-nebula-graph-from-tar.md) 文件。 @@ -167,10 +163,6 @@ NebulaGraph 是针对 NVMe SSD 进行设计和实现的,所有默认参数都 当前仅支持在 Linux 系统中安装 NebulaGraph,建议在测试环境中使用内核版本为`3.9`及以上版本的 Linux 系统。 -!!! enterpriseonly - - 只有企业版的 NebulaGraph 支持国产化的 Linux 操作系统。详情咨询销售人员。 - ### 服务架构建议 | 进程 | 建议数量| @@ -204,10 +196,6 @@ NebulaGraph 是针对 NVMe SSD 进行设计和实现的,所有默认参数都 当前仅支持在 Linux 系统中安装 NebulaGraph,建议在生产环境中使用内核版本为`3.9`及以上版本的 Linux 系统。 -!!! enterpriseonly - - 只有企业版的 NebulaGraph 支持国产化的 Linux 操作系统。详情咨询销售人员。 - 用户可以通过调整一些内核参数来提高 NebulaGraph 性能,详情请参见[内核配置](../5.configurations-and-logs/1.configurations/6.kernel-config.md)。 ### 服务架构建议 diff --git a/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/4.install-nebula-graph-from-tar.md b/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/4.install-nebula-graph-from-tar.md index c38838cb6ef..98bd15e6fe6 100644 --- a/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/4.install-nebula-graph-from-tar.md +++ b/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/4.install-nebula-graph-from-tar.md @@ -4,7 +4,12 @@ !!! note - NebulaGraph 从 2.6.0 版本起提供 tar.gz 文件。 + - NebulaGraph 从 2.6.0 版本起提供 tar.gz 文件。 + + - 当前仅支持在 Linux 系统下安装 NebulaGraph,且仅支持 CentOS 7.x、CentOS 8.x、Ubuntu 16.04、Ubuntu 18.04、Ubuntu 20.04 操作系统。 + + - 如果用户使用的是国产化的 Linux 操作系统,请[安装企业版 NebulaGraph](https://www.nebula-graph.com.cn/contact)。 + ## 操作步骤 diff --git a/docs-2.0/reuse/source_install-nebula-graph-by-rpm-or-deb.md b/docs-2.0/reuse/source_install-nebula-graph-by-rpm-or-deb.md index b5487d4e3f4..795a6e5c35c 100644 --- a/docs-2.0/reuse/source_install-nebula-graph-by-rpm-or-deb.md +++ b/docs-2.0/reuse/source_install-nebula-graph-by-rpm-or-deb.md @@ -18,6 +18,12 @@ RPM 和 DEB 是 Linux 系统下常见的两种安装包格式,本文介绍如 ## 下载安装包 +!!! note + + - 当前仅支持在 Linux 系统下安装 NebulaGraph,且仅支持 CentOS 7.x、CentOS 8.x、Ubuntu 16.04、Ubuntu 18.04、Ubuntu 20.04 操作系统。 + + - 如果用户使用的是国产化的 Linux 操作系统,请[安装企业版 NebulaGraph](https://www.nebula-graph.com.cn/contact)。 + ### 阿里云 OSS 下载 - 下载 release 版本