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 2.deploy-connect-dashboard-ent.md #2127

Merged
merged 1 commit into from
Sep 10, 2022
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
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,14 @@
$ cd /usr/local/nebula-dashboard-ent/scripts
$ sudo ./dashboard.service start all
```
或是执行以下命令,分别启动 prometheus、webserver、exporter 和 gateway 服务以启动 Dashboard。
或是执行以下命令,分别启动 Prometheus、nebula-dashboard-server、nebula-stats-exporter 和 Alertmanager 依赖服务以启动 Dashboard。

```bash
$ cd scripts
$ sudo ./dashboard.service start prometheus # 启动 Prometheus 服务
$ sudo ./dashboard.service start webserver #启动 Webserver 服务
$ sudo ./dashboard.service start exporter #启动 Exporter 服务
$ sudo ./dashboard.service start gateway #启动 Gateway 服务
$ sudo ./dashboard.service start webserver #启动 nebula-dashboard-server 服务
$ sudo ./dashboard.service start exporter #启动 nebula-stats-exporter 服务
$ sudo ./dashboard.service start alertmanager #启动 Alertmanager 服务
```

!!! note
Expand Down