You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Code contributions are always welcome, instructions for contributing can be found at CONTRIBUTING.md.
Configuring Apache Solr
You'll also want some information about how Blacklight expects Apache Solr to run, which you can find in Solr Configuration
Building the javascript
The javascript includes some derivative combination files that are built at release time, that can be used by some javascript pipelines. The derivatives are placed at app/assets/javascripts/blacklight, and files there should not be edited by hand.
When any of the javascript components in the gem are changed, you may have to rebuild these derivative files.