discoverygarden / akubra_adapter
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Type:drupal-module
Requires
README
Introduction
Facilitates the access of Fedora3 data directly from Akubra-flavored filesystem storage.
Table of Contents
- Requirements
- Installation
- Configuration
- Usage
- Troubleshooting/Issues
- Maintainers and Sponsors
- Development/Contribution
- License
Requirements
This module requires the following modules/libraries:
Installation
Install as usual, see this for further information.
Configuration
Configuration to be done in site's settings.php
files to configure the services:
So, assuming a Fedora's "data" directory is mounted to /nfs/fedora_data
, you might add to settings.php
:
$settings['akubra_adapter_datastream_basepath'] = '/nfs/fedora_data/datastreamStore'; $settings['akubra_adapter_object_basepath'] = '/nfs/fedora_data/objectStore';
Ultimately, the *_pattern
values need to match the configuration of the source data. For additional detail on their particular meaning, it might be easiest to reference the inline comments of the original Java code.
Usage
This module provides services that are collected by service collectors in the FOXML module. there's no direct usage outside of configuring it.
Troubleshooting/Issues
Having problems or solved one? contact discoverygarden.
Maintainers and Sponsors
Current maintainers:
Sponsors:
Development/Contribution
If you would like to contribute to this module, please check out github's helpful Contributing to projects documentation and Islandora community's Documention for developers to create an issue or pull request and/or contact discoverygarden.