Skip to content

Instantly share code, notes, and snippets.

@Evan-M
Forked from rajraj/es.sh
Last active December 18, 2015 22:38
Show Gist options
  • Save Evan-M/5855562 to your computer and use it in GitHub Desktop.
Save Evan-M/5855562 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Install depencencies
#yum update
yum install -y java-1.6.0-openjdk.x86_64
# Install Elasticsearch
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.1.noarch.rpm -O /tmp/elasticsearch-0.90.1.noarch.rpm
yum localinstall /tmp/elasticsearch-0.90.1.noarch.rpm --nogpgcheck -y
#curl http://localhost:9200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment