Skip to content

A ruby gem to batch ingest digital objects into Hyrax application

License

Notifications You must be signed in to change notification settings

uhlibraries-digital/hybridge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 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', 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

About

A ruby gem to batch ingest digital objects into Hyrax application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 72.5%
  • HTML 19.8%
  • JavaScript 4.4%
  • CSS 3.3%