Skip to content

Instantly share code, notes, and snippets.

@1v
Last active January 15, 2017 20:14
Show Gist options
  • Save 1v/57212728e1dbead8686bf482ca20cd51 to your computer and use it in GitHub Desktop.
Save 1v/57212728e1dbead8686bf482ca20cd51 to your computer and use it in GitHub Desktop.
Elasticsearch Ubuntu 14 Setup

DEB from elastic.co: add-apt-repository -y ppa:webupd8team/java && apt-get update && apt-get -y install oracle-java8-installer && wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.1.2.deb && dpkg -i elasticsearch-5.1.2.deb && update-rc.d elasticsearch defaults && /etc/init.d/elasticsearch start && rm elasticsearch-5.1.2.deb

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