This repository was archived by the owner on Dec 6, 2018. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork1
DEPRECATEDhttps://github.com/archivesunleashed/warclight
License
NotificationsYou must be signed in to change notification settings
web-archive-group/WARClight
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Blacklight instance operating onWALK 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.
Runrails s
to start the application.
Releases
No releases published
Packages0
No packages published