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

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlacklightWALK

H4 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/BlacklightWALK)
  3. cd BlacklightWalk
  4. bundle install
  5. rake db:migrate

To use the bundled Solr index: 6. Copy a Solr index of WALK data into jetty/solr/discovery/data/index 7. Run rake jetty:start

To use standalone Solr 6. Edit config/blacklight.yml to use the URL of the Solr index.

Run rails s to start the application.