Skip to content

Commit

Permalink
update readme to include new version of ruby, JAVA installation instr…
Browse files Browse the repository at this point in the history
…uctions, elasticsearch installation instructions (#150)
  • Loading branch information
peggles2 authored and MothOnMars committed Oct 1, 2018
1 parent 0368ee4 commit f265f17
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ working development environment for Rails up and running, including the database

## Ruby

You will need Ruby 2.1. Verify that your path points to the correct version of Ruby:
You will need Ruby 2.3.5 Verify that your path points to the correct version of Ruby:

devbox:usasearch
$ ruby -v
ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin13.0]
ruby 2.3.5p376 (2017-09-14 revision 59905) [x86_64-darwin17]

## Gems

Expand Down Expand Up @@ -117,14 +117,20 @@ A few tips when working with asset pipeline:

Rails.application.assets['relative_path/to_asset.ext']

## JAVA

Install Java 8.

$ brew tap caskroom/versions

$ brew cask install java8

## Elasticsearch

We're using [Elastic](http://www.elasticsearch.org/) v1.7.3 for fulltext search and query analytics.

On a Mac, Elasticsearch is easy to install with [Homebrew](http://mxcl.github.com/homebrew/).

$ brew install homebrew/versions/elasticsearch17
On a Mac, Elasticsearch is easy to install by following these instructions:
https://www.elastic.co/guide/en/elasticsearch/reference/1.7/_installation.html

To check settings and directory locations:

Expand Down

0 comments on commit f265f17

Please sign in to comment.