/aspace-110-plugin

This plugin is used to apply bug fixes and small feature additions from the master branch into a 1.1.0 instance.

Primary LanguageRuby

ArchivesSpace 1.1.0 maintenance plugin

This plugin is used to apply bug fixes and small feature additions from the master branch into a 1.1.0 instance.

SUBSCRIBE TO UPDATES

Usage

Access the ArchivesSpace plugins directory.

cd /path/to/archivesspace/plugins

Download using git (recommended)

git clone https://github.com/archivesspace/aspace-110-plugin

Download using zip

wget https://github.com/lyrasis/aspace-110-plugin/archive/master.zip
unzip master.zip
mv aspace-110-plugin-master aspace-110-plugin

Enable the plugin

Edit config.rb and append:

AppConfig[:plugins] << "aspace-110-plugin"

Then restart ArchivesSpace.

Upgrades

Stop ArchivesSpace.

Git

Enter the aspace-110-plugin directory:

git pull origin master

Zip

Enter the plugins directory and remove the existing maintenance plugin:

rm -rf aspace-110-plugin

Now repeat the download / install steps as above (for zip).

Complete the upgrade

Restart ArchivesSpace.

List of bugs fixes / features