Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

samvera-deprecated/worthwhile

Repository files navigation

Worthwhile

Build Status Coverage Status

A very simple extensible IR platform for Hydra

Installation

Add this line to your application's Gemfile:

gem 'worthwhile'

And then execute:

$ bundle

Then:

$ rails generate worthwhile:install
$ rake db:migrate

Testing

$ rake jetty:clean
$ rake engine_cart:generate
$ rake spec