Skip to content

Commit

Permalink
Update 2.deploy-connect-dashboard-ent.md (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber committed Nov 23, 2021
1 parent 397ec05 commit 1a5805e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-<version>.tar.gz
$ tar -xzvf nebula-dashboard-ent-<version>.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.
Expand All @@ -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 <license> <dashboard_path>
Expand All @@ -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.
Expand Down

0 comments on commit 1a5805e

Please sign in to comment.