Skip to content

antodoms/INSPIRE-SEARCH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSPIRE-ELASTICSEARCH

This is a web version of the INSPIRE - FRAMEWORK using the ELASTICSEARCH.

ELASTICSEARCH INSTALLATION

To make this work perfectly. The first requirement is Elastic Search Server is already running in your system.

https://www.elastic.co/downloads/elasticsearch

Now change to Elastic search Directory

cd elasticsearch
bin/elasticsearch 

This will run in background and needs to be on all the time.

INDEXING THE DATA TO ELASTICSEARCH

cd ~
git clone https://github.com/antodoms/INSPIRE-SEARCH'
cd INSPIRE-SEARCH
ruby db/indexElasticSearch.rb 

USING THE INSPIRE-ELASTICSEARCH

Use the following code in your console to try out the search.

cd ~
cd INSPIRE-SEARCH
PHP -S localhost:4000 

Now you can access the website in the link http://localhost:4000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages