elasticsearch v1.0.0 mix elasticsearch.install 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