Skip to content

Instantly share code, notes, and snippets.

@ericxyan
Last active December 5, 2016 05:06
Show Gist options
  • Save ericxyan/a92dfaad6fea3a773a8284b8e5950d6d to your computer and use it in GitHub Desktop.
Save ericxyan/a92dfaad6fea3a773a8284b8e5950d6d to your computer and use it in GitHub Desktop.
  • Install Java 8
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get update
sudo apt-get -y install oracle-java8-installer
  • Start Elasticsearch on boot up:
sudo update-rc.d elasticsearch defaults 95 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment