A development environment for UTK's ArchivesSpace instance:
- Installs our local plugin
- Adds a few of our EADs for testing
- Adds a few random accession records from production
- Configures application based on a config file similar to the one in production
Note: This is intended for testing purposes only. This is mostly for being able to demo and test things before rolling to production.
To build and deploy:
$ docker-compose up --build -d
Add EADS for import at /snake/data/eads.
Add accession records as a dict in the accessions list in /snake/data/accessions/accessions.py. Keep in mind that you need to make sure no uris to digital objects in another ArchivesSpace instance are in the dict or ArchivesSpace will freak out.
username: admin password: admin