From 1a5805ebb5c174a9b14bc15bde09d3024ebc0842 Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Tue, 23 Nov 2021 12:00:15 +0800 Subject: [PATCH] Update 2.deploy-connect-dashboard-ent.md (#938) --- .../2.deploy-connect-dashboard-ent.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md b/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md index 8e1a830169b..4f77aae27d2 100644 --- a/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md +++ b/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md @@ -39,7 +39,13 @@ Before deploying Dashboard, you must do a check of these: 2. Use `tar -xzvf` to decompress the tar package. ```bash - $ tar -xzvf nebula-graph-dashboard-.tar.gz + $ tar -xzvf nebula-dashboard-ent-.linux-amd64.tar.gz + ``` + + For example: + + ```bash + $ tar -xzvf nebula-dashboard-ent-1.0.0.linux-amd64.tar.gz ``` 3. Edit `vim config/config.yaml` to modify the configuration. @@ -66,7 +72,7 @@ Before deploying Dashboard, you must do a check of these: target: "127.0.0.1:9090" # The IP address and port of the prometheus service ``` -4. Copy the license file to the `nebula-graph-dashboard` directory. +4. Copy the license file to the `nebula-dashboard-ent` directory. ```bash $ cp -r @@ -75,7 +81,7 @@ Before deploying Dashboard, you must do a check of these: For example: ```bash - $ cp -r nebula.license /usr/local/nebula-dashboard + $ cp -r nebula.license /usr/local/nebula-dashboard-ent ``` 5. Start Dashboard.