From 86322db48cda0b6250f28a7d2450f7e9ec7ea401 Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Thu, 28 Apr 2022 15:08:04 +0800 Subject: [PATCH] add doc for better exposure of peripherals (#1313) --- .../1.resource-preparations.md | 4 ---- .../6.deploy-nebula-graph-with-peripherals.md | 16 ++++++++++++++++ mkdocs.yml | 1 + 3 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/6.deploy-nebula-graph-with-peripherals.md 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 73185c7537c..542c2afcd53 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 @@ -19,10 +19,6 @@ Nebula Graph is designed and implemented for NVMe SSD. All default parameters ar - Use local SSD devices. ## About CPU architecture - -!!! enterpriseonly - - Nebula Graph {{ nebula.release }} Enterprise Edition can be run or compiled directly on ARM architectures (including Apple Mac M1 or Huawei Kunpeng). Contact inquiry@vesoft.com for business supports. !!! note 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..0b2021828d9 --- /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 @@ +# Install Nebula Graph with ecosystem tools + +You can install the Enterprise Edition and Community Edition of Nebula Graph with the following ecosystem tools: + +- Nebula Dashboard Enterprise Edition +- Nebula Operator + +## Installation details + +- To install Nebula Graph with **Nebula Dashboard Enterprise Edition**, see [Create a cluster](../../nebula-dashboard-ent/3.create-import-dashboard/1.create-cluster.md). +- To install Nebula Graph with **Nebula Operator**, see [Deploy Nebula Graph clusters with Kubectl](../../nebula-operator/3.deploy-nebula-graph-cluster/3.1create-cluster-with-kubectl.md) or [Deploy Nebula Graph clusters with Helm](../../nebula-operator/3.deploy-nebula-graph-cluster/3.2create-cluster-with-helm.md). + +!!! note + + Contact our sales ([inqury@vesoft.com](mailto:inqury@vesoft.com)) to get the installation package for the Enterprise Edition of Nebula Graph. + diff --git a/mkdocs.yml b/mkdocs.yml index ddbc7b72b23..5115253ab8d 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -399,6 +399,7 @@ nav: - Install Nebula Graph with the tar.gz file: 4.deployment-and-installation/2.compile-and-install-nebula-graph/4.install-nebula-graph-from-tar.md - Deploy Nebula Graph with Docker Compose: 4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md - Deploy a Nebula Graph cluster on multiple servers: 4.deployment-and-installation/2.compile-and-install-nebula-graph/deploy-nebula-graph-cluster.md + - Deploy Nebula Grpah with ecosystem tools: 4.deployment-and-installation/2.compile-and-install-nebula-graph/6.deploy-nebula-graph-with-peripherals.md - Deploy standalone Nebula Graph: 4.deployment-and-installation/standalone-deployment.md - Deploy license: 4.deployment-and-installation/deploy-license.md - Manage Service: 4.deployment-and-installation/manage-service.md