From ad78046dcb6cce03c70dd718c57036a065423b6f Mon Sep 17 00:00:00 2001 From: David Haguenauer Date: Tue, 3 Mar 2015 10:52:36 -0500 Subject: [PATCH 1/2] Fixed typo in "localhost". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3131a4b..230a7a1 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Once you've installed ElasticSearch, built the Oculus scoring plugins and edited bin/elasticsearch ``` -You can verify that Elasticsearch is up and running by visiting ```http://locahost:9200``` on the box you installed ElasticSearch on. If all is well, you should see JSON similar to the below: +You can verify that Elasticsearch is up and running by visiting ```http://localhost:9200``` on the box you installed ElasticSearch on. If all is well, you should see JSON similar to the below: ``` { From ada6a0e90fb0ebd09b385c0246dfacd22f7bd7b8 Mon Sep 17 00:00:00 2001 From: David Haguenauer Date: Tue, 3 Mar 2015 10:58:05 -0500 Subject: [PATCH 2/2] Fixed typos. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 230a7a1..8ea5229 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ For Oculus to function properly, you will ideally need at least two ElasticSearc ###Installation and Plugin Build (Applies to all cluster nodes) - Install the Java JDK (on CentOS, this is ```yum install jdk```) - Download and extract elasticsearch from ```http://www.elasticsearch.org/download/``` - here we'll assume /opt/elasticsearch - - Oculus has been tested with version 0.90 - it should currently not build on version 0.90 and above + - Oculus has been tested with version 0.90 - it should currently build on version 0.90 and above - Clone the Oculus repository to somewhere on your server - here we'll assume /opt/oculus - Run the command ```mkdir elasticsearch-oculus-plugin``` - Copy ```/opt/oculus/resources/elasticsearch-oculus-plugin``` to ```/opt/elasticsearch/elasticsearch-oculus-plugin``` @@ -127,7 +127,7 @@ The first worker box you'll need to get up and running is the Master box running Here's how to get it up and running: -- Install redis (on CentOS, ```yum install redis```) +- Install Redis (on CentOS, ```yum install redis```) - Start up Redis (on CentOS, ```service redis start```) - Verify you can connect to Redis by running ```redis-cli``` - If everything is working, you should see this prompt: