Skip to content

Instantly share code, notes, and snippets.

View seamys's full-sized avatar
🎯
Focusing

GuoHai seamys

🎯
Focusing
View GitHub Profile
@seamys
seamys / ElasticSearch.sh
Last active December 13, 2017 02:33 — forked from imkarthikk/ElasticSearch.sh
Shell Script to install Elastic Search on Ubuntu 14.04 Server
### Install Oracle Java 8, this means you agree to their binary license!!
cd ~
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get update
echo debconf shared/accepted-oracle-license-v1-1 select true | sudo debconf-set-selections
echo debconf shared/accepted-oracle-license-v1-1 seen true | sudo debconf-set-selections
sudo apt-get -y install oracle-java8-installer
### Download and Install ElasticSearch