mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[npm] added es script for running elasticsearch with esvm
This commit is contained in:
parent
6df498569b
commit
238deaad9e
2 changed files with 4 additions and 3 deletions
|
@ -35,10 +35,10 @@ Please make sure you have signed the [Contributor License Agreement](http://www.
|
|||
npm install
|
||||
```
|
||||
|
||||
- Start elasticsearch, you can use [esvm](https://github.com/simianhacker/esvm) to make that easier.
|
||||
- Start elasticsearch
|
||||
|
||||
```sh
|
||||
grunt esvm:dev:keepalive
|
||||
npm run es
|
||||
```
|
||||
|
||||
- Start the development server.
|
||||
|
|
|
@ -42,7 +42,8 @@
|
|||
"build": "grunt build",
|
||||
"start": "./bin/kibana --dev",
|
||||
"precommit": "grunt lintStagedFiles",
|
||||
"karma": "karma start"
|
||||
"karma": "karma start",
|
||||
"es": "grunt esvm:dev:keepalive"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue