Skip to content
Permalink
Branch: mb13
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
34 lines (23 sloc) 1009 Bytes

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.