Skip to content

A ruby gem to batch ingest digital objects into the Samvera Hyku application

License

Notifications You must be signed in to change notification settings

Bridge2Hyku/hybridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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