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 7008e42aedb..8a7107ea0d1 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 @@ -2,10 +2,6 @@ 本文介绍编译、安装 Nebula Graph 的要求和建议,以及如何预估集群运行所需的资源。 -!!! enterpriseonly - - 除了通过源码安装 Nebula Graph,我们还提供了一个更快捷的安装方式,通过 Dashboard 企业版工具可视化地安装社区版和企业版的 Nebula Graph。详情参见[安装 Dashboard](../nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md)。 - ## 编译 Nebula Graph 源码要求 ### 硬件要求 diff --git a/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/6.deploy-nebula-graph-with-peripherals.md b/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/6.deploy-nebula-graph-with-peripherals.md new file mode 100644 index 00000000000..74fc0da9cc2 --- /dev/null +++ b/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/6.deploy-nebula-graph-with-peripherals.md @@ -0,0 +1,16 @@ +# 使用生态工具安装 Nebula Graph + +用户可以使用以下生态工具安装企业版和社区版的 Nebula Graph: + +- 企业版 Nebula Dashboard +- Nebula Operator + +## 安装详情 + +- 使用**企业版 Nebula Dashboard** 安装 Nebula Graph 的详情,参见[创建集群](../../nebula-dashboard-ent/3.create-import-dashboard/1.create-cluster.md)。 +- 使用 **Nebula Operator** 安装 Nebula Graph 的详情,参见[使用 Kubectl 部署 Nebula Graph 集群](../../nebula-operator/3.deploy-nebula-graph-cluster/3.1create-cluster-with-kubectl.md) 或 [使用 Helm 部署 Nebula Graph 集群](../../nebula-operator/3.deploy-nebula-graph-cluster/3.2create-cluster-with-helm.md)。 + +!!! note + + 联系销售([inqury@vesoft.com](mailto:inqury@vesoft.com))获取企业版 Nebula Graph 的安装包。 + diff --git a/mkdocs.yml b/mkdocs.yml index 0ff7a13146b..1c68c97cc15 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -334,6 +334,7 @@ nav: - 使用 tar.gz 文件安装: 4.deployment-and-installation/2.compile-and-install-nebula-graph/4.install-nebula-graph-from-tar.md - 使用 Docker Compose 部署: 4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md - 使用 RPM/DEB 包部署多机集群: 4.deployment-and-installation/2.compile-and-install-nebula-graph/deploy-nebula-graph-cluster.md + - 使用生态工具安装: 4.deployment-and-installation/2.compile-and-install-nebula-graph/6.deploy-nebula-graph-with-peripherals.md - 安装存算合并版 Nebula Graph: 4.deployment-and-installation/standalone-deployment.md - 设置企业版 License: 4.deployment-and-installation/deploy-license.md - 管理服务: 4.deployment-and-installation/manage-service.md