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

dashboard community updates #1095

Merged
merged 1 commit into from
Feb 11, 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
8 changes: 4 additions & 4 deletions docs-2.0/nebula-dashboard/2.deploy-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,12 @@ After the service is started, you can enter `<IP>:8090` in the browser to check
port: 7003
proxy:
gateway:
target: "127.0.0.1:8080" // change gateway service proxy
target: "127.0.0.1:8090" // The IP address and port of the gateway service.
prometheus:
target: "127.0.0.1:9090" // change prometheus service proxy
target: "127.0.0.1:9090" // The IP address and port of the prometheus service.
nebulaServer:
ip: "192.168.8.143" // change to nebula graph service ip
port: 9669 // change to nebula graph service port
ip: "192.168.8.143" // The IP of the machine where your Nebula Graph is deployed.
port: 9669 // The port of the Nebula Graph.
...
```

Expand Down
6 changes: 5 additions & 1 deletion docs-2.0/nebula-dashboard/3.connect-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ After Dashboard is deployed, you can log in and use Dashboard on the browser.

## Procedures

1. Confirm the IP address of the machine where the `nebula-graph-dashboard` service is installed. Enter `<IP>:7003` in the browser to open the login page.
1. Confirm the IP address of the machine where the `nebula-dashboard` service is installed. Enter `<IP>:7003` in the browser to open the login page.

2. Enter the username and the passwords of the Nebula Graph database and click the login button.

!!! note

Ensure that you have configured the IP of the machines where your Nebula Graph is deployed in the `config.json` file. For more information, see [Deploy Dashboard](2.deploy-dashboard.md).

- If authentication is enabled, you can log in with the created accounts.

- If authentication is not enabled, you can only log in using `root` as the username and random characters as the password.
Expand Down