Skip to content

anarchivist/blacklight

 
 

Repository files navigation

Blacklight

Build Status Gem Version Coverage Status

Blacklight is an open source Solr user interface discovery platform. You can use Blacklight to enable searching and browsing of your collections. Blacklight uses the Apache Solr search engine to search full text and/or metadata. Blacklight has a highly configurable Ruby on Rails front-end. Blacklight was originally developed at the University of Virginia Library and is made public under an Apache 2.0 license.

Installation

Add Blacklight to your Gemfile:

gem "blacklight"

Run the install generator which will copy over some initial templates, migrations, routes, and configuration:

rails generate blacklight:install

Documentation, Information and Support

Dependencies

  • Ruby 2.1+
  • Bundler
  • Rails 4.2+

Configuring Apache Solr

You'll also want some information about how Blacklight expects Apache Solr to run, which you can find in README_SOLR

About

Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 86.9%
  • HTML 6.0%
  • XSLT 3.0%
  • JavaScript 2.9%
  • CSS 1.1%
  • Shell 0.1%