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 dashboard deployment #1865

Merged
Merged
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
32 changes: 28 additions & 4 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 @@ -201,7 +201,19 @@ sudo /dashboard/scripts/dashboard.service restart all #Restart Dashboard.
sudo rpm -i nebula-dashboard-ent-xxx.rpm --prefix=<path>
```

3. (Optional) Run the following commands to view the status of and start all the services.
3. Copy the license file to the `nebula-dashboard-ent` directory.

```bash
cp -r <license> <dashboard_path>
```

For example:

```bash
cp -r nebula.license /usr/local/nebula-dashboard-ent
```

4. (Optional) Run the following commands to view the status of and start all the services.

```
sudo systemctl list-dependencies nebula-dashboard.target # View the status of all the services.
Expand All @@ -215,7 +227,7 @@ sudo /dashboard/scripts/dashboard.service restart all #Restart Dashboard.
```


4. (Optional) To configure recipients of cluster alert notifications and to configure LDAP accounts, run `vim /usr/local/nebula-dashboard-ent/etc/config.yaml` and add the following settings.
5. (Optional) To configure recipients of cluster alert notifications and to configure LDAP accounts, run `vim /usr/local/nebula-dashboard-ent/etc/config.yaml` and add the following settings.

```
# Information of the sender's Email used to invite LDAP accounts.
Expand Down Expand Up @@ -294,7 +306,19 @@ sudo rpm -e <package_name>
sudo dpkg -i nebula-dashboard-ent-{{dashboard_ent.release}}.ubuntu1804.amd64.deb
```

3. (Optional) Run the following commands to view the status of and start all the services.
3. Copy the license file to the `nebula-dashboard-ent` directory.

```bash
cp -r <license> <dashboard_path>
```

For example:

```bash
cp -r nebula.license /usr/local/nebula-dashboard-ent
```

4. (Optional) Run the following commands to view the status of and start all the services.

```
sudo systemctl list-dependencies nebula-dashboard.target # View the status of all the services.
Expand All @@ -307,7 +331,7 @@ sudo rpm -e <package_name>
sudo systemctl {status|stop|start} {nbd-prometheus.service|nbd-alert-manager.service|nbd-stats-exporter.service|nbd-webserver.service}
```

4. (Optional) To configure the sender's email address used to invite LDAP and OAuth2.0 accounts and configure the duration for storing alert messages, run `vim /usr/local/nebula-dashboard-ent/etc/config.yaml` and add the following settings.
5. (Optional) To configure the sender's email address used to invite LDAP and OAuth2.0 accounts and configure the duration for storing alert messages, run `vim /usr/local/nebula-dashboard-ent/etc/config.yaml` and add the following settings.

```
# Information of the sender's Email used to invite LDAP accounts.
Expand Down