Skip to content

Commit

Permalink
Update 2.deploy-connect-dashboard-ent.md (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Nov 23, 2021
1 parent c323783 commit f810a15
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 @@ -40,7 +40,13 @@
2. 使用`tar -xzvf`解压tar包。

```bash
$ tar -xzvf nebula-graph-dashboard-<version>.tar.gz
$ tar -xzvf nebula-dashboard-ent-<version>.linux-amd64.tar.gz
```

例如:

```bash
$ tar -xzvf nebula-dashboard-ent-1.0.0.linux-amd64.tar.gz
```

3. 使用`vim config/config.yaml`命令修改配置文件。
Expand All @@ -67,15 +73,15 @@
target: "127.0.0.1:9090" # prometheus服务的IP地址和端口
```

4. 拷贝License至`nebula-graph-dashboard`目录下。
4. 拷贝License至`nebula-dashboard-ent`目录下。

```bash
$ cp -r <license> <dashboard_path>
```

例如:
```bash
$ cp -r nebula.license /usr/local/nebula-dashboard
$ cp -r nebula.license /usr/local/nebula-dashboard-ent
```

5. 启动Dashboard。
Expand Down

0 comments on commit f810a15

Please sign in to comment.