Added plugin installation instructions

This commit is contained in:
Boaz Leskes 2014-01-07 23:29:57 +01:00
parent 634b44b56b
commit 2b3ccfa9a4

View file

@ -1,6 +1,16 @@
# Installing the last release of Marvel
The easiest way to play/get to know Marvel is to install the latest release version of it. To do so, just run the following command on every node on your cluster (restart node for it to have effect):
```
./bin/plugin -i elasticsearch/marvel/latest
```
Once done, open up the following url (assuming standard ES config): http://localhost:9200/_plugin/marvel . This will take you to the Overview Dashboard. Use Kibana's Load dashboard menu to navigate to the Cluster Pulse dashboard
## Grunt build system
## Grunt build system (for running the UI from a code checkout)
This grunt-based build system handles Kibana development environment setup for Marvel as well as building, packaging and distribution of the Marvel plugin. Note that you **must** run *grunt setup* before any other tasks as this build system reuses parts of the Kibana build system that must be fetched
### Installing
@ -43,4 +53,4 @@ Uploads created archives to download.elasticsearch.org/elasticsearch/marvel/marv
"secret":"your/long/secret/string"
}
```
```