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

docs: fix docs content #2

Merged
merged 1 commit into from
Aug 23, 2021
Merged
Show file tree
Hide file tree
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
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