Skip to content

Commit

Permalink
Update 2.deploy-connect-dashboard-ent.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Jan 10, 2023
1 parent 2c73df9 commit 6fc79fe
Showing 1 changed file with 27 additions and 5 deletions.
32 changes: 27 additions & 5 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 @@ -198,7 +198,18 @@ $ sudo /dashboard/scripts/dashboard.service restart all #重启 Dashboard 所有
sudo rpm -ivh nebula-dashboard-ent-xxx.rpm --prefix=<path>
```

3. (可选)使用以下命令查看所有服务状态、启动服务。
3. 拷贝 License 至`nebula-dashboard-ent`目录下。

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

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

4. (可选)使用以下命令查看所有服务状态、启动服务。

```
sudo systemctl list-dependencies nebula-dashboard.target # 查看状态
Expand All @@ -212,7 +223,7 @@ $ sudo /dashboard/scripts/dashboard.service restart all #重启 Dashboard 所有
```


4. (可选)如需配置集群告警信息的接收人及配置 LDAP 账户,使用`vim /usr/local/nebula-dashboard-ent/etc/config.yaml`命令添加以下配置。
5. (可选)如需配置集群告警信息的接收人及配置 LDAP 账户,使用`vim /usr/local/nebula-dashboard-ent/etc/config.yaml`命令添加以下配置。

```
# 邀请 LDAP 账号的发件人邮箱信息
Expand Down Expand Up @@ -288,7 +299,18 @@ sudo rpm -e <package_name>

使用 DEB 包安装 Dashboard 企业版时不支持自定义安装路径。

3. (可选)使用以下命令查看所有服务状态、启动服务。
3. 拷贝 License 至`nebula-dashboard-ent`目录下。

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

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

4. (可选)使用以下命令查看所有服务状态、启动服务。

```
sudo systemctl list-dependencies nebula-dashboard.target # 查看状态
Expand All @@ -301,7 +323,7 @@ sudo rpm -e <package_name>
sudo {systemctl status|stop|start}  {nbd-prometheus.service|nbd-alert-manager.service|nbd-stats-exporter.service|nbd-webserver.service}
```

4. (可选)如需配置 LDAP 和 OAuth2.0 账号的发件人邮箱信息以及告警消息保存天数,使用`vim /usr/local/nebula-dashboard-ent/etc/config.yaml`命令添加以下配置。
5. (可选)如需配置 LDAP 和 OAuth2.0 账号的发件人邮箱信息以及告警消息保存天数,使用`vim /usr/local/nebula-dashboard-ent/etc/config.yaml`命令添加以下配置。

```
# 邀请 LDAP 和 OAuth2.0 账号的发件人邮箱信息
Expand Down Expand Up @@ -344,4 +366,4 @@ journalctl -u nbd-prometheus.service -b

```
sudo dpkg -r <package_name>
```
```

0 comments on commit 6fc79fe

Please sign in to comment.