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/BlacklightWALK
) cd BlacklightWalk
bundle install
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.