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

Latest commit

 

History

History
33 lines (23 loc) · 831 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 831 Bytes

ES-Tutorial

This repository is a sample application for my Elastic Search with Ruby on Rails tutorial published on tutorials.pluralsight.com

How to set it up

As usual you will need to:

bundle install
rake db:migrate

Now you will need to turn an Elastic Search instance online on port 9300 and then initialise the sample search data from Wikipedia provided with the repo.

It is important to have Elastic Search running prior to running rake db:seed as it will also appropriately index the data in ES.

elasticsearch >/dev/null </dev/null &
rake db:seed

License

This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.