Skip to content

iarunpaul/rails-elastic-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors