Created
August 15, 2011 15:23
-
-
Save acreeger/1146989 to your computer and use it in GitHub Desktop.
Downloading and installing ElasticSearch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -o elasticsearch-0.17.4.tar.gz http://cloud.github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.17.4.tar.gz | |
tar xvfz elasticsearch-0.17.4.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment