quoideneuf / aspace_yale_accessions

Custom accession identifiers for Yalies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yale Accessions README

Getting Started

Download the latest release from the Releases tab in Github:

https://github.com/lcdhoffman/aspace_yale_accessions/releases

Unzip the release and move it to:

/path/to/archivesspace/plugins

Unzip it:

$ cd /path/to/archivesspace/plugins
$ unzip yale_accessions.zip -d yale_accessions

Enable the plugin by editing the file in config/config.rb:

AppConfig[:plugins] = ['some_plugin', 'yale_accessions']

(Make sure you uncomment this line (i.e., remove the leading '#' if present))

See also:

https://github.com/archivesspace/archivesspace/blob/master/plugins/README.md

You will need to shutdown archivesspace and migrate the database:

 $ cd /path/to/archivesspace
 $ scripts/setup-database.sh

See also:

https://github.com/archivesspace/archivesspace/blob/master/UPGRADING.md

How it works

Users with "Manage Repository" permissions will see a new menu item in the Repository settings menu (click the gear icon to the right of the selected repository). Use the "Department Codes" setting to add and remove codes for your Repository.

Department codes will appear in a dropdown for the second part of the Accession identifier.

The first and third sections of the identifier will be system-generated upon saving the record. The fourth section will be removed.

About

Custom accession identifiers for Yalies.


Languages

Language:JavaScript 70.7%Language:Ruby 21.8%Language:CSS 7.5%