Blacklight instance operating on WALK webarchiving data
To install (developers):
- Requirements: Git, Ruby, Rails, Bundler, Java, Javascript runtime (i.e. Node.js)
- Clone this repo. (e.g.
git clone http://github.com/web-archive-group/WARClight
) cd WARClight
bundle install
rake db:migrate
To use the bundled Solr index:
- Copy a Solr index of WALK data into
jetty/solr/discovery/data/index
- Run
rake jetty:start
To use standalone Solr
- Edit
config/blacklight.yml
to use the URL of the Solr index.
Run rails s
to start the application.