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-dashboard.md #768

Merged
merged 1 commit into from
Jul 26, 2021
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
12 changes: 6 additions & 6 deletions docs-2.0/nebula-dashboard/2.deploy-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ wget https://oss-cdn.nebula-graph.com.cn/nebula-graph-dashboard/{{dashboard.rele

## 操作步骤

### 部署`node-exporter`服务
### 部署`node-exporter`服务

!!! note

Expand All @@ -54,7 +54,7 @@ $ nohup ./node-exporter --web.listen-address=:9200 &

服务启动后,可以在浏览器中输入`<IP>:9200`检查服务是否正常启动。

### 部署`nebula-stats-exporter`服务
### 部署`nebula-stats-exporter`服务

!!! note

Expand Down Expand Up @@ -102,7 +102,7 @@ $ nohup ./node-exporter --web.listen-address=:9200 &

服务启动后,可以在浏览器中输入`<IP>:9100`检查服务是否正常启动。

### 部署`prometheus`服务
### 部署`prometheus`服务

!!! note

Expand Down Expand Up @@ -139,7 +139,7 @@ $ nohup ./node-exporter --web.listen-address=:9200 &

服务启动后,可以在浏览器中输入`<IP>:9090`检查服务是否正常启动。

### 部署`nebula-http-gateway`服务
### 部署`nebula-http-gateway`服务

!!! note

Expand All @@ -153,7 +153,7 @@ $ nohup ./nebula-httpd &

服务启动后,可以在浏览器中输入`<IP>:8090`检查服务是否正常启动。

### 部署`nebula-graph-dashboard`服务
### 部署`nebula-graph-dashboard`服务

1. 在目录`nebula-graph-dashboard/static/`内修改文件`custom.json`,配置Graph服务的IP地址和端口,示例如下:

Expand Down Expand Up @@ -192,4 +192,4 @@ $ kill $(lsof -t -i :9090) # 停止prometheus服务
$ kill $(lsof -t -i :8090) # 停止nebula-http-gateway服务
$ cd nebula-graph-dashboard
$ npm run stop # 停止nebula-graph-dashboard服务
```
```