Skip to content
This repository has been archived by the owner on Dec 6, 2018. It is now read-only.

Commit

Permalink
Merge pull request #7 from ualbertalib/master
Browse files Browse the repository at this point in the history
Add new README.
  • Loading branch information
redlibrarian committed Jun 7, 2016
2 parents e830344 + ed239d2 commit 1263fde
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 28 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
BlacklightWALK
==============

# H3 Blacklight instance operating on [WALK webarchiving
data](http://webarchives.ca/).

To install (developers):

1. Requirements: [Git](https://git-scm.com/), [Ruby](https://www.ruby-lang.org/en/), [Rails](http://rubyonrails.org/), [Bundler](http://bundler.io/), [Java](https://java.com/en/download/), Javascript runtime
(i.e. [Node.js](https://nodejs.org/en/))
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.


28 changes: 0 additions & 28 deletions README.rdoc

This file was deleted.

0 comments on commit 1263fde

Please sign in to comment.