Skip to content

Commit

Permalink
Merge pull request #12 from AgilionApps/es14
Browse files Browse the repository at this point in the history
Add Elasticsearch 1.4.0.
  • Loading branch information
alanpeabody committed Nov 24, 2014
2 parents 1ad9cc0 + 4cba887 commit da7cfda
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/elasticsearch-1.4.0.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apt-get install -y openjdk-7-jre-headless
if [ ! -f ~/elasticsearch-1.4.0.deb ]; then
cd ~/
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.4.0.deb
dpkg -i elasticsearch-1.4.0.deb
service elasticsearch start
update-rc.d elasticsearch defaults 95 10
fi

0 comments on commit da7cfda

Please sign in to comment.