Created
March 2, 2012 16:21
-
-
Save brandonhilkert/1959429 to your computer and use it in GitHub Desktop.
Installation script with .deb for ElasticSearch
This file contains hidden or 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
sudo apt-get update | |
sudo apt-get -fy install openjdk-6-jre-headless | |
sudo wget https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.4.deb | |
sudo dpkg -i elasticsearch-0.19.4.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment