Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unified dashboard directory structure #2386

Merged
merged 1 commit into from
Dec 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 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 @@ -344,18 +344,4 @@ journalctl -u nbd-prometheus.service -b

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

## 连接 Dashboard

成功启动 Dashboard 后,在浏览器地址栏输入`http://<ip_address>:7005`。

如在浏览器窗口中看到以下登录界面,则表示已经成功部署并启动了 Dashboard。

![dashboard-login-cn](https://docs-cdn.nebula-graph.com.cn/figures/login_20220909_cn.png)

!!! note

首次登录企业版 NebulaGraph Dashboard 的时候,页面显示*最终用户许可协议*的内容,请仔细阅读并单击**同意**。

用户可以使用初始化用户名`nebula`和密码`nebula`登录 Dashboard。登录 Dashboard 后可创建 LDAP 账户、OAuth2.0 账户和普通账户,然后使用不同的账户登录 Dashboard。关于账户的详情,参见[权限管理](../nebula-dashboard-ent/5.account-management.md)。
```
27 changes: 27 additions & 0 deletions docs-2.0/nebula-dashboard-ent/3.connect-dashboard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 连接 Dashboard

Dashboard 部署完成后,可以通过浏览器登录使用 Dashboard。

## 前提条件

- Dashboard 相关服务已经启动。详情请参见[部署 Dashboard](2.deploy-connect-dashboard-ent.md)。

- 建议使用 Chrome 89 及以上的版本的 Chrome 浏览器,否则可能有兼容问题。

## 操作步骤

1. 确认 Dashboard 服务所在机器的 IP 地址,在浏览器中输入`http://<ip_address>:7005`打开登录页面。

如在浏览器窗口中看到以下登录界面,则表示已经成功部署并启动了 Dashboard。

![dashboard-login-cn](https://docs-cdn.nebula-graph.com.cn/figures/login_20220909_cn.png)

!!! note

首次登录企业版 NebulaGraph Dashboard 的时候,页面显示*最终用户许可协议*的内容,请仔细阅读并单击**同意**。

2. 使用初始化用户名`nebula`和密码`nebula`登录 Dashboard。

!!! note

登录 Dashboard 后可创建 LDAP 账户、OAuth2.0 账户和普通账户,然后使用不同的账户登录 Dashboard。关于账户的详情,参见[权限管理](../nebula-dashboard-ent/5.account-management.md)。
2 changes: 1 addition & 1 deletion docs-2.0/nebula-dashboard/2.deploy-dashboard.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 部署 Dashboard
# 部署 Dashboard 社区版

安装部署 Dashboard 涉及 5 种服务,本文将详细介绍如何通过 TAR 包安装部署。下载和编译 NebulaGraph Dashboard 的最新源码,请参见 [GitHub NebulaGraph dashboard](https://github.com/vesoft-inc/nebula-dashboard#readme) 页面的说明。

Expand Down
9 changes: 5 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -577,9 +577,10 @@ nav:
- 监控指标说明: nebula-dashboard/6.monitor-parameter.md

- NebulaGraph Dashboard(企业版):
- 什么是 NebulaGraph Dashboard 企业版: nebula-dashboard-ent/1.what-is-dashboard-ent.md
- 部署 NebulaGraph Dashboard 企业版: nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md
- NebulaGraph Dashboard 企业版 License: nebula-dashboard-ent/11.dashboard-ent-license.md
- 什么是 NebulaGraph Dashboard: nebula-dashboard-ent/1.what-is-dashboard-ent.md
- Dashboard 企业版 License: nebula-dashboard-ent/11.dashboard-ent-license.md
- 部署 Dashboard: nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md
- 连接 Dashboard: nebula-dashboard-ent/3.connect-dashboard.md
- 创建及导入集群:
- 创建集群: nebula-dashboard-ent/3.create-import-dashboard/1.create-cluster.md
- 导入集群: nebula-dashboard-ent/3.create-import-dashboard/2.import-cluster.md
Expand Down Expand Up @@ -618,7 +619,7 @@ nav:
- 安装与登录:
- 部署 Explorer: nebula-explorer/deploy-connect/ex-ug-deploy.md
- 连接数据库: nebula-explorer/deploy-connect/ex-ug-connect.md
- NebulaGraph Explorer License(企业版): nebula-explorer/deploy-connect/3.explorer-license.md
- Explorer License(企业版): nebula-explorer/deploy-connect/3.explorer-license.md
- 页面概览: nebula-explorer/ex-ug-page-overview.md
- 数据库管理:
- Schema 草图: nebula-explorer/db-management/draft.md
Expand Down