Add customized reports to ArchivesSpace
Download the latest release from the Releases tab in Github:
Unzip the release and move it to:
/path/to/archivesspace/plugins
Unzip it:
$ cd /path/to/archivesspace/plugins
$ unzip extended_reports.zip -d extended_reports
Enable the plugin by editing the file in config/config.rb:
AppConfig[:plugins] = ['some_plugin', 'extended_reports']
(Make sure you uncomment this line (i.e., remove the leading '#' if present))
See also: