Created
May 18, 2016 14:18
-
-
Save joshuaebowling/cfdb82e4f741ad492faef2653d4b00f5 to your computer and use it in GitHub Desktop.
Install elasticsearch 2.3.2 on Ubuntu 14.04 LTS
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
# prerequisites | |
# java 8 | |
# get the package | |
wget https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-2.3.2.deb | |
# unpack | |
sudo dpkg -i elasticsearch-2.3.2.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
src