mix elasticsearch.install (elasticsearch v1.1.0) View Source

FOR DEVELOPMENT USE ONLY.

This task is provided as a convenient way to install a particular version of Elasticsearch for your project on a development machine. Use Elasticsearch.Executable to add the executables to your app's supervision tree in the Mix :dev environment.

Example

# Installs Elasticsearch and Kibana 5.1.1 to vendor/
mix elasticsearch.install vendor --version 5.1.1