Added --es_port and --port options to the server command.

Original commit: elastic/x-pack-elasticsearch@e83a9de8c9
This commit is contained in:
Boaz Leskes 2013-11-21 15:03:20 +01:00
parent 04876eff6c
commit 8dd7be641f
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@ You will need node.js+npm and grunt. Node is available via brew, install grunt w
```grunt server```
Starts a web server on http://127.0.0.1:5601 pointing at the kibana directory, while also serving custom marvel panels
Starts a web server on http://127.0.0.1:5601 pointing at the kibana directory, while also serving custom marvel panels.
You can use `grunt server --port=5601 --es_host=9200` to control the ports used for kibana and the elasticsearch port used.
```grunt jshint```