/es-tutorial

Elastic Search with Ruby on Rails Tutorial

Primary LanguageRuby

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.