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

itay-grudev/es-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Elastic Search with Ruby on Rails Tutorial

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published