Skip to content
🦆 Anserini + Blacklight 🦆
Branch: mb13
Clone or download
Latest commit 98bf142 Feb 22, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
app
bin init Jan 16, 2019
config
db
lib
log
public
solr/conf
storage
test
tmp
vendor
.gitignore
.ruby-version
.solr_wrapper.yml
Gemfile
Gemfile.lock
LICENSE.txt
README.md
Rakefile
config.ru
package.json
yarn.lock

README.md

GooseLight

gooselight

A Project Blacklight application for Lucene indexes built by Anserini.

Requirements

Usage

dev

  • Get an Anserini Lucene index
  • Get an Ansersini Solr configset
  • Start Solr with an Anserini Solr configset
    • solr_wrapper -i /path/to/solr-7.6.0 -d /path/to/SolrAnserini/configsets/core17 -n core17 --persist
  • git clone git@github.com:ruebot/gooselight.git
  • cd gooselight
  • bundle install
  • rails db:migrate
  • rails s
  • http://localhost:3000

prod

License

This application is available as open source under the terms of the Apache License, Version 2.0.

You can’t perform that action at this time.