Sha256: 0853887d7cd0c98e21c4627fa30bfb0ec0fd8713262a0732294c29af64ad1b73

Contents?: true

Size: 1.79 KB

Versions: 33

Compression:

Stored size: 1.79 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) [![Coverage Status](https://coveralls.io/repos/github/projectblacklight/blacklight/badge.svg?branch=master)](https://coveralls.io/github/projectblacklight/blacklight?branch=master)

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:

```bash
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 2.1+
* Bundler
* Rails 4.2+

## 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

33 entries across 33 versions & 1 rubygems

Version Path
blacklight-6.22.0 README.md
blacklight-6.21.0 README.md
blacklight-6.20.0 README.md
blacklight-6.19.2 README.md
blacklight-6.19.1 README.md
blacklight-6.19.0 README.md
blacklight-6.18.0 README.md
blacklight-6.17.0 README.md
blacklight-6.16.0 README.md
blacklight-6.15.0 README.md
blacklight-6.14.1 README.md
blacklight-6.14.0 README.md
blacklight-6.13.0 README.md
blacklight-6.12.0 README.md
blacklight-6.11.2 README.md
blacklight-6.11.1 README.md
blacklight-6.11.0 README.md
blacklight-6.10.1 README.md
blacklight-6.10.0 README.md
blacklight-6.9.0 README.md