Project

hybridge

0.0
No commit activity in last 3 years
No release in over 3 years
An ingest tool for Samvera Hyku and Hyrax repositories.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.7
~> 5.1
 Project Readme

HyBridge

HyBridge is a ruby gem to ingest a batch of digital objects into the Samvera Hyku application.

Part of the Bridge2Hyku project.

Installation

Add this line to your application's Gemfile:

gem 'hybridge'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install hybridge

Finally:

$ rails g hybridge:install

Hyku Settings

Add the following to your Hyku settings file in config/settings.yml or config/settings/<environment>.yml

hybridge:
  filesystem: /path/to/ingest/packages

The HyBridge filesystem is the location where ingest packages will be stored for use in HyBridge. Create directories in the HyBridge filesystem location for every Multi tenant domain/repository installed using the repositories CNAME. Example: /path/to/ingest/packages/myrepository.example.com

Usage

TODO: Write usage instructions here

Development

TODO: Write development processes here

License

Apache-2.0