Skip to content

Commit

Permalink
Update 2.deploy-connect-dashboard-ent.md (#1621)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Sep 15, 2022
1 parent e787028 commit 9d408a1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@ Before deploying Dashboard Enterprise Edition, you must do a check of these:
sudo ./dashboard.service start all
```

Or execute the following commands to start prometheus, webserver, exporter and gateway services to start Dashboard.
Or execute the following commands to start prometheus, webserver, nebula-stats-exporter and alertmanager services to start Dashboard.

```bash
cd scripts
sudo ./dashboard.service start prometheus # Start prometheus service
sudo ./dashboard.service start webserver # Start webserver service
sudo ./dashboard.service start exporter # Start exporter service
sudo ./dashboard.service start gateway # Start gateway service
sudo ./dashboard.service start exporter # Start nebula-stats-exporter service
sudo ./dashboard.service start alertmanager # Start alertmanager service
```

!!! note
Expand Down

0 comments on commit 9d408a1

Please sign in to comment.