/hybridge

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

Primary LanguageRubyApache License 2.0Apache-2.0

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', git: 'https://github.com/Bridge2Hyku/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