Skip to content

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

Notifications You must be signed in to change notification settings

archivesspace-deprecated/aspace-110-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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


About

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

Resources

Stars

Watchers

Forks

Packages

No packages published