Skip to content
This repository has been archived by the owner on Dec 6, 2018. It is now read-only.

web-archive-group/WARClight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARClight

Blacklight instance operating on WALK webarchiving data

To install (developers):

  1. Requirements: Git, Ruby, Rails, Bundler, Java, Javascript runtime (i.e. Node.js)
  2. Clone this repo. (e.g. git clone http://github.com/web-archive-group/WARClight)
  3. cd WARClight
  4. bundle install
  5. rake db:migrate

To use the bundled Solr index:

  1. Copy a Solr index of WALK data into jetty/solr/discovery/data/index
  2. Run rake jetty:start

To use standalone Solr

  1. Edit config/blacklight.yml to use the URL of the Solr index.

Run rails s to start the application.