Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ArchivesSpace (or ASpace for short) is a server whose main purpose is to host a software program also named… ArchivesSpace. The program is “an open source archives information management application for managing and providing web access to archives, manuscripts and digital objects”. In August 2022 we switched from hosting our own ASpace server on EC2 to a third-party-hosted instance at LibraryHost.

Child pages (Children Display)

...

OBSOLETE – Technical details about the server

...

The current production version of Aspace is 3.0.1 .

Terminal access: ssh -i /path/to/production/pem_file.pem ubuntu@50.16.132.240

The ubuntu user owns all the admin scripts.

The relevant Ansible role is: /roles/archivesspace/ in the ansible-inventory codebase.

...

Configuration for the Apache site is at /etc/apache2/sites-available/000-default.conf.

OBSOLETE – Startup

  • To start Archivesspace:

    • /opt/archivesspace/archivesspace.sh start (as user ubuntu)

  • There may be a short delay as the server re-indexes data.

OBSOLETE –Restarting the server to fix Tomcat memory leak

...

Both institutions harvest the EADs by automatically scrapinghttp://ead.sciencehistory.org/.

OBSOLETE – Building the server

The server not yet fully ansible-ized.

...

  • The build doesn’t copy the scripts in /home/ubuntu over correctly. Passwords for the scripts also need to be provided.

  • All these directories under /var/www/html/ are also missing: css; ead; font-awesome-4.7.0; fonts; img; js.

  • The ubuntu user needs to be added to the www-data group

  • SSH keys are not loaded into /etc/ssl/private/

  • The archivesspace server is not actually started (sudo systemctl start archivesspace).

OBSOLETE – Backups

These consist of making backups of the sql database used by the ArchivesSpace program.

...

See Backups and Recovery (Historical notes) for a discussion of how the chf-hydra-backup s3 bucket is then copied to Dubnium and in-house storage.

OBSOLETE – Restoring from backup

You can get a recent backup of the database at https://s3.console.aws.amazon.com/s3/object/chf-hydra-backup/Aspace/aspace-backup.sql

...