Skip to content

Commit

Permalink
docs: fix docs content (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hetao92 authored Aug 23, 2021
1 parent 351818b commit d239545
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Five packages in nebula-graph-dashboard
3. Prometheus
- packages `prometheus`
- location:in the same machine with nebula-graph-dashboard
- dependency:modify :`./vendors/prometheus/prometheus.yml` according to node-exporter and nebula-stats-exporter service address
- dependency:modify :`./vendors/prometheus/prometheus.yaml` according to node-exporter and nebula-stats-exporter service address
- Start:
```bash
$ cd prometheus
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If you plan to set up dashboard in production, refer to:[production guide](DEP
```
$ tar -xvf prometheus-${version}.tar.gz
$ cd prometheus-{version}
$ ./prometheus --config.file={pwd}/nebula-graph-dashboard/vendors/nebula-stats-exporter/config.yaml &
$ ./prometheus --config.file={pwd}/nebula-graph-dashboard/vendors/prometheus/prometheus.yaml &
```
4. Set up `nebula-http-gateway`
Expand All @@ -66,7 +66,7 @@ If you plan to set up dashboard in production, refer to:[production guide](DEP
$ git clone https://github.com/vesoft-inc/nebula-http-gateway.git
```
- Modify httpport part in the `nebula-http-gateway/conf/app.conf` under the installation directory
- Modify http port in the `nebula-http-gateway/conf/app.conf` under the installation directory
```
httpport = 8090
```
Expand Down

0 comments on commit d239545

Please sign in to comment.