Skip to content

Commit

Permalink
Merge pull request #13 from nianiaJR/jerry-dev
Browse files Browse the repository at this point in the history
docs: update add production deploy details
  • Loading branch information
hetao92 authored Sep 13, 2021
2 parents bee09a8 + 3836db4 commit c17c6ae
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Nebula Graph Dashboard is a tool that assists Nebula Graph in daily service moni

![](introduction.png)

## Architecture
![](./architecture.png)

## Deploy in Production
If you plan to set up dashboard in production, refer to:[production guide](DEPLOY.md)

Expand Down Expand Up @@ -83,7 +86,6 @@ If you plan to set up dashboard in production, refer to:[production guide](DEP
```
5. Start `nebula-graph-dashboard`
- Modify nebula-graph connection setting: `./static/custom.json`
```
connection: {
Expand All @@ -92,13 +94,18 @@ If you plan to set up dashboard in production, refer to:[production guide](DEP
},
```
- Start
If you want to deploy in development mode, do this way:
```
$ npm install
$ npm run dev
```
## Architecture
![](./architecture.png)
If you want to deploy in production mode, do this way:
```
$ npm install
$ npm run build
$ npm run tsc
$ npm run start // if you want to stop, exec `npm run stop`
```
## Documentation
Expand Down

0 comments on commit c17c6ae

Please sign in to comment.