diff --git a/README.md b/README.md index 3131a4b..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``` @@ -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: ``` { @@ -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: