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

update explorer connect #2490

Merged
merged 2 commits into from
Jan 17, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -365,4 +365,8 @@ journalctl -u nbd-prometheus.service -b

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

## 后续操作

[连接 Dashboard](3.connect-dashboard.md)
16 changes: 14 additions & 2 deletions docs-2.0/nebula-explorer/deploy-connect/ex-ug-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

- NebulaGraph 数据库登录账号信息,包括用户名和密码。

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

## OAuth2.0 认证设置

!!! caution
Expand Down Expand Up @@ -47,7 +49,17 @@ OAuth 部分的配置说明如下。

按以下步骤连接 NebulaGraph 数据库:

1. 在 Explorer 的**配置数据库**页面上,输入以下信息:
1. 在浏览器地址栏输入 `http://<ip_address>:7002`。

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

![Nebula Explorer 登录页面](https://docs-cdn.nebula-graph.com.cn/figures/explorer_connect_230116_cn.png)

!!! note

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

2. 在 Explorer 的**配置数据库**页面上,输入以下信息:

- **Graphd IP 地址**:填写 NebulaGraph 的 Graph 服务本机 IP 地址。例如`192.168.10.100`。

Expand All @@ -63,7 +75,7 @@ OAuth 部分的配置说明如下。
- 如果已启用身份验证,但是未创建账号信息,用户只能以 GOD 角色登录,必须填写用户名 `root` 和密码 `nebula`。
- 如果已启用身份验证,同时又创建了不同的用户并分配了角色,不同角色的用户使用自己的账号和密码登录。

2. 完成设置后,点击**登录**按钮。
3. 完成设置后,点击**登录**按钮。

!!! note

Expand Down
12 changes: 1 addition & 11 deletions docs-2.0/nebula-explorer/deploy-connect/ex-ug-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,14 +316,4 @@ Dag Controller 可以结合 NebulaGraph Analytics 进行复杂的图计算。例

## 后续操作

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

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

![Nebula Explorer 登录页面](https://docs-cdn.nebula-graph.com.cn/figures/explorer_deploy_cn.png)

!!! note

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

进入 Explorer 登录界面后,用户需要连接 NebulaGraph。详细信息,参考[连接数据库](../deploy-connect/ex-ug-connect.md)。
[连接 Explorer](ex-ug-connect.md)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@ nav:
- NebulaGraph Dashboard(企业版):
- 什么是 NebulaGraph Dashboard 企业版: nebula-dashboard-ent/1.what-is-dashboard-ent.md
- 部署 NebulaGraph Dashboard 企业版: nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md
- 连接 Dashboard: nebula-dashboard-ent/3.connect-dashboard.md
- NebulaGraph Dashboard 企业版 License: nebula-dashboard-ent/11.dashboard-ent-license.md
- 创建及导入集群:
- 创建集群: nebula-dashboard-ent/3.create-import-dashboard/1.create-cluster.md
Expand Down