Sha256: 7d9300f7ebfeacd11681527fb6a54f4924c4f2ac53aa1eb4c0a6cfc1b57dee19

Contents?: true

Size: 1.83 KB

Versions: 57

Compression:

Stored size: 1.83 KB

Contents

# Blacklight

[![Build Status](https://travis-ci.org/projectblacklight/blacklight.png?branch=master)](https://travis-ci.org/projectblacklight/blacklight) [![Gem Version](https://badge.fury.io/rb/blacklight.png)](http://badge.fury.io/rb/blacklight)

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](http://lucene.apache.org/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`:

```ruby
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

* [Project Homepage](http://projectblacklight.org)
* [Developer Documentation](https://github.com/projectblacklight/blacklight/wiki)
* [Quickstart Guide](https://github.com/projectblacklight/blacklight/wiki/Quickstart)
* [Issue Tracker](https://github.com/projectblacklight/blacklight/issues)
* [Support](https://github.com/projectblacklight/blacklight/wiki/Support)

## Dependencies

* ruby v1.9.3 or higher 
* git
* access to a command prompt on the machine to install

In addition, you must have the Bundler and Rails 4.0 gems installed. Other gem dependencies are defined in the blacklight.gemspec file and will be automatically loaded by Bundler.

## Configuring Apache Solr 
You'll also want some information about how Blacklight expects [Apache Solr](http://lucene.apache.org/solr ) to run, which you can find in [README_SOLR](https://github.com/projectblacklight/blacklight/wiki/README_SOLR)

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
blacklight-5.19.2 README.md
blacklight-5.19.1 README.md
blacklight-5.19.0 README.md
blacklight-5.18.0 README.md
blacklight-5.17.2 README.md
blacklight-5.17.1 README.md
blacklight-5.17.0 README.md
blacklight-5.16.4 README.md
blacklight-6.0.0.pre3 README.md
blacklight-5.16.3 README.md
blacklight-5.16.2 README.md
blacklight-5.16.1 README.md
blacklight-6.0.0.pre2 README.md
blacklight-6.0.0.pre1 README.md
blacklight-5.16.0 README.md
blacklight-5.15.0 README.md
blacklight-5.14.0 README.md
blacklight-5.13.1 README.md
blacklight-5.13.0 README.md
blacklight-5.11.3 README.md