Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: gunicorn config fixes

...

This integration is currently (as of 1.6/0.10 release) considered a beta feature. Support for Archivematica and/or the Storage Service running on secure servers (https) will likely require the forthcoming 0.11.0 release.

Installation

Installation and testing is similar to any Drupal module. Please see Installing the Islandora Enhancement Modules for details.

...

  • Add the IP address of the storage service to the IP whitelist for the REST API. This is needed to allow transfers to be approved automatically.

Storage Service - gunicorn settings

  • The default SS gunicorn worker class is incompatible with Python's multiprocessing package, which is required for the Sword API. To resolve this:
    • add a line to /etc/init/archivematica-storage-service.conf:
      • env SS_GUNICORN_WORKER_CLASS=sync
    • run:
      • sudo initctl reload-configuration
      • sudo restart archivematica-storage-service

Archivematica automation tools:

...