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

fix dashboard #916

Merged
merged 1 commit into from
Nov 11, 2021
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 @@ -78,16 +78,13 @@ Before deploying Dashboard, you must do a check of these:
$ cp -r nebula.license /usr/local/nebula-dashboard
```

!!! enterpriseonly

The license is only available in the Enterprise Edition. To obtain the license, send email to [email protected].

5. Start Dashboard.

You can use the following command to start the Dashboard with one click.

```bash
$ bash ./scripts/start.sh
$ cd scripts
$ sudo ./dashboard.service start all
```

Or execute the following commands to start prometheus, webserver, exporter and gateway services to start Dashboard.
Expand Down Expand Up @@ -142,4 +139,4 @@ After Dashboard is successfully started, you can enter `http://<ip_address>:7005

If the following login interface is shown in the browser, then you have successfully deployed and started Dashboard. You can log into Dashboard as a GOD user with the default username `nebula` and password `nebula`. You can modify the password in [System Settings](../nebula-dashboard-ent/6.system-settings.md). And you also can use the GOD account to create a new account with the permission ADMIN on the [Account Management](../nebula-dashboard-ent/5.account-management.md) to log into the Dashboard.

![start-page](../nebula-dashboard-en/figs/ds-028.png)
![start-page](../nebula-dashboard-ent/figs/ds-028.png)
Binary file added docs-2.0/nebula-dashboard-ent/figs/ds-028.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,9 @@ nav:
- Cluster Operation: nebula-dashboard-ent/4.cluster-operator/4.manage.md
- Operation Record: nebula-dashboard-ent/4.cluster-operator/5.operation-record.md
- Other Settings: nebula-dashboard-ent/4.cluster-operator/6.settings.md
# - Authority Management: nebula-dashboard-ent/5.account-management.md
- Authority Management: nebula-dashboard-ent/5.account-management.md
- System Settings: nebula-dashboard-ent/6.system-settings.md
- Metrics: nebula-dashboard-ent/7.monitor-parameter.md
- Monitor Parameter: nebula-dashboard-ent/7.monitor-parameter.md
- FAQ: nebula-dashboard-ent/8.faq.md

- Nebula Explorer:
Expand Down