Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.34 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.34 KB

utclib-archivesspace-test

UTC ArchivesSpace Vagrant Setup

  1. Install VirtualBox https://www.virtualbox.org/wiki/Downloads (no later than 5.1)
  2. Install Vagrant https://www.vagrantup.com/
  3. Install Git https://git-scm.com/ (we will use git bash - use CTRL+SHIFT+INS to paste)
  4. Clone or update a local of https://github.com/utclibrary/archivesspace-utc (to apply custom template)
  5. Download current production version of AS from https://github.com/archivesspace/archivesspace/releases/ into ~/archivesspace
  6. From Git Bash, Clone the repo (git clone https://github.com/utclibrary/utclib-archivesspace-test )
  7. Ensure that latest utc.sql or utc.sql.gz dump is copied to the folder (if not, empty db will load - log in with admin:admin)
  8. cd utclib-archivesspace-test
  9. vagrant up

It can take about 5 minutes for the Archivesspace software to load on the system after vagrant shows system as ready.

Navigate to (in order of availability):

http://localhost:8089 OR http://192.168.33.11:8089 - backend

http://localhost:8090 OR http://192.168.33.11:8090 – Solr admin

http://localhost:8080 OR http://192.168.33.11:8080 – staff interface

http://localhost:8081 OR http://192.168.33.11:8081– public interface

http://localhost:8082 OR http://192.168.33.11:8082– OAI-PMH server

Based on https://github.com/djpillen/archivagrant