[npm] added es script for running elasticsearch with esvm

This commit is contained in:
spalger 2015-08-28 21:42:21 -07:00
parent 6df498569b
commit 238deaad9e
2 changed files with 4 additions and 3 deletions

View file

@ -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.

View file

@ -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",