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 #1810

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
14 changes: 0 additions & 14 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 @@ -351,17 +351,3 @@ To uninstall Dashboard Enterprise Edition, run the following command.
```
sudo dpkg -r <package_name>
```

## Connect to Dashboard

After Dashboard is successfully started, you can enter `http://<ip_address>:7005` in the address bar of a browser.

If the following login interface is shown in the browser, then you have successfully deployed and started Dashboard.

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

!!! note

When logging into the NebulaGraph Dashboard Enterprise Edition for the first time, the content of *END USER LICENSE AGREEMENT* is displayed on the login page. Please read it and then click **I Agree**.

You can log into Dashboard with the default account name `nebula` and password `nebula`, and then create LDAP, OAuth2.0 or general accounts. You can log into Dashboard with the accounts that you have created then. For more information about the Dashboard account, see [Authority Management](../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 @@
# Connect Dashboard

After Dashboard is deployed, you can log in and use Dashboard on the browser.

## Prerequisites

- The Dashboard services are started. For more information, see [Deploy Dashboard](2.deploy-connect-dashboard-ent.md).

- We recommend you to use the Chrome browser of the version above 89. Otherwise, there may be compatibility issues.

## Procedures

1. Confirm the IP address of the machine where the Dashboard is installed. Enter `http://<ip_address>:7005` in the browser to open the login page.

If the following login interface is shown in the browser, then you have successfully deployed and started Dashboard.

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

!!! note

When logging into the NebulaGraph Dashboard Enterprise Edition for the first time, the content of *END USER LICENSE AGREEMENT* is displayed on the login page. Please read it and then click **I Agree**.

2. Log into Dashboard with the default account name `nebula` and password `nebula`.

!!! note

You can create LDAP, OAuth2.0 or general accounts after log into Dashboard. For more information about the Dashboard account, see [Authority Management](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 @@
# Deploy Dashboard
# Deploy Dashboard Community Edition

The deployment of Dashboard involves five services. This topic will describe how to deploy Dashboard in detail. To download and compile the latest source code of NebulaGraph Dashboard, follow the instructions on the [nebula dashboard GitHub page](https://github.com/vesoft-inc/nebula-dashboard).

Expand Down
9 changes: 5 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -564,9 +564,10 @@ nav:
- Monitoring metrics: nebula-dashboard/6.monitor-parameter.md

- NebulaGraph Dashboard Enterprise Edition:
- What is NebulaGraph Dashboard Enterprise Edition: nebula-dashboard-ent/1.what-is-dashboard-ent.md
- Deploy Dashboard Enterprise Edition: nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md
- NebulaGraph Dashboard Enterprise Edition license: nebula-dashboard-ent/11.dashboard-ent-license.md
- What is NebulaGraph Dashboard: nebula-dashboard-ent/1.what-is-dashboard-ent.md
- Dashboard Enterprise Edition license: nebula-dashboard-ent/11.dashboard-ent-license.md
- Deploy Dashboard: nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md
- Connect to Dashboard: nebula-dashboard-ent/3.connect-dashboard.md
- Create and import clusters:
- Create clusters: nebula-dashboard-ent/3.create-import-dashboard/1.create-cluster.md
- Import clusters: nebula-dashboard-ent/3.create-import-dashboard/2.import-cluster.md
Expand Down Expand Up @@ -605,7 +606,7 @@ nav:
- Deploy and connect:
- Deploy Explorer: nebula-explorer/deploy-connect/ex-ug-deploy.md
- Connect to NebulaGraph: 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
- Page overview: nebula-explorer/ex-ug-page-overview.md
- Database management:
- Schema drafting: nebula-explorer/db-management/draft.md
Expand Down