[cleanup] used less variables, cleaned up and made more clean Contributing.md

Original commit: elastic/x-pack-elasticsearch@724bb509ec
This commit is contained in:
Khalah Jones-Golden 2015-09-24 09:21:26 -04:00
parent 0feb382737
commit ccbaae20d8
1 changed files with 2 additions and 2 deletions

View File

@ -8,14 +8,14 @@
```
git clone https://github.com/elastic/elasticsearch-marvel.git && cd elasticsearch-marvel
```
- install dependencies
- Install dependencies
```
npm install
```
- Start it up
- Start Elasticsearch, with esvm `esvm --branch 2.0` or with traditionally `bin/elasticsearch`.
- Start up the mock Marvel agent with `gulp index`
- Start up the watching and sync of marvel and Kibana with `gulp dev`
- Start up the filesystem watching of Marvel code and syncing to Kibana's plugin directory with `gulp dev`
- Finally startup Kibana from that directory run `bin/kibana`
- Check it out, navigate to your [Kibana App](http://localhost:5601)