ubuntu安装配置elasticSearch

安装jdk####

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
sudo update-alternatives --config java

安装elasticSearch####

wget -qO - https://packages.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
echo "deb http://packages.elastic.co/elasticsearch/2.x/debian stable main" | sudo tee -a /etc/apt/sources.list.d/elasticsearch-2.x.list
sudo apt-get update && sudo apt-get install elasticsearch

http://es.xiaoleilu.com/010_Intro/10_Installing_ES.html

posted @ 2016-01-21 10:15  天运子  阅读(115)  评论(0编辑  收藏  举报