From 2bc4d4770572e5104f51ab3d6b154c28c8a48f24 Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Wed, 22 Mar 2023 17:59:45 +0800 Subject: [PATCH] add-note-related-to-tar-package-commands-for-bbox --- docs-2.0/6.monitor-and-metrics/3.bbox/3.2.bbox-reviewer.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs-2.0/6.monitor-and-metrics/3.bbox/3.2.bbox-reviewer.md b/docs-2.0/6.monitor-and-metrics/3.bbox/3.2.bbox-reviewer.md index b7a5b336c53..59b6e3a757d 100644 --- a/docs-2.0/6.monitor-and-metrics/3.bbox/3.2.bbox-reviewer.md +++ b/docs-2.0/6.monitor-and-metrics/3.bbox/3.2.bbox-reviewer.md @@ -28,7 +28,7 @@ The version correspondence between NebulaGraph and Nebula-BBox is as follows. ## Deploy Nebula-BBox -You can deploy Nebula-BBox with RPM or DEB packages, or with Docker. The following example uses RPM packages. +You can deploy Nebula-BBox with RPM, DEB, or TAR packages, or with Docker. The following example uses RPM packages. 1. Obtain an RPM package. @@ -43,13 +43,16 @@ You can deploy Nebula-BBox with RPM or DEB packages, or with Docker. The followi sudo rpm -i nebula-bbox-.x86_64.rpm ``` - Nebula-BBox is installed in the default path `/usr/bin/` in the form of a binary file. + Nebula-BBox is installed in the default path `/usr/bin/` in the form of a binary file `nebula-bbox`. ## Use Nebula-BBox Run `nebula-bbox -h/--help` to view the available commands. +!!! caution + + For Nebula-BBox installed in a non-default path (default path is `/usr/bin/`), when executing `nebula-bbox` related commands, it is necessary to specify the installation path of Nebula-BBox. For example, if Nebula-BBox is installed in `/usr/bbox`, then you need to execute `/usr/bbox/nebula-bbox -h`. ### View Nebula-BBox version