hakan280 / solr-web-UI

It provides a web user interface to communicate with solr server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web User Interface to search on Solr server

It was built with Ruby on Rails.

To run application

You need a running Solr server and in the solr controller base url variable must be edited.

First you need run the following command in the rails application directory

bundle install

To start rails web server

rails server

Then go to url, 0.0.0.0:3000

About

It provides a web user interface to communicate with solr server

License:MIT License


Languages

Language:Ruby 68.0%Language:HTML 26.7%Language:CSS 2.6%Language:JavaScript 2.0%Language:CoffeeScript 0.6%