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
rake db:seed
to seed the database with WALK descriptions.
If you get errors, may need to reset db rake db:reset
.
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.