A ArchivesSpace plugin to return JSON format from the public interface.
Please make backups of all your plugins before installing. It is assumed you have the latest version of ArchivesSpace already installed.
Installation:
- Download the Public JSON plugin
$ cd /path/to/archivesspace/plugins
$ git clone https://github.com/uhlibraries-digital/aspace-public-json.git public-json
- Update ArchivesSpace
config/config.rband addpublic-jsontoAppConfig[:plugins]. You might have to uncomment this line (remove#) if this is the first time installing a plugin. Read more about ArchivesSpace Plugin-ins.
AppConfig[:plugins] = ['public-json']
- Restart ArchivesSpace
Information on making plug-ins for ArchivesSpace is at http://archivesspace.github.io/archivesspace/user/archivesspace-plug-ins/.
When contributing to this repository, please first discuss the change you wish to make via issue, email, or other method with the Digital Asset Management Team before making a change.
- Fork this repository before making any changes
- Ensure you have pulled changes from this repository, or upsteam, if you have previously forked this repository
- Ensure that any local development dependencies are removed
- Make a pull request to this repository
- Notify the Digital Asset Management Team a pull request was made with the change