Skip to content

Commit

Permalink
Update 2.deploy-dashboard.md (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
izhuxiaoqing authored Jul 26, 2021
1 parent 441fc4e commit 23a4982
Showing 1 changed file with 6 additions and 6 deletions.
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服务
```
```

0 comments on commit 23a4982

Please sign in to comment.