Skip to content

Instantly share code, notes, and snippets.

@joshuaebowling
Created May 18, 2016 14:18
Show Gist options
  • Save joshuaebowling/cfdb82e4f741ad492faef2653d4b00f5 to your computer and use it in GitHub Desktop.
Save joshuaebowling/cfdb82e4f741ad492faef2653d4b00f5 to your computer and use it in GitHub Desktop.
Install elasticsearch 2.3.2 on Ubuntu 14.04 LTS
# 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
@joshuaebowling
Copy link
Author

src

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment