Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

README cleanup #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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```
Expand Down Expand Up @@ -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:

```
{
Expand Down Expand Up @@ -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:
Expand Down