Merge pull request #4800 from spalger/dev/runEs

[npm] added es script for running elasticsearch with esvm
This commit is contained in:
Joe Fleming 2015-08-31 14:36:53 -07:00
commit cf82ce0d74
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 elasticsearch
```
- 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",
"elasticsearch": "grunt esvm:dev:keepalive"
},
"repository": {
"type": "git",