Skip to content

Instantly share code, notes, and snippets.

@djpillen
Last active January 18, 2016 17:40
Setup ArchivesSpace for Archivagrant -- Part 1
#!/usr/bin/env bash
echo "Installing dependencies"
apt-get -y install default-jre
apt-get -y install unzip
apt-get -y install git
cd /vagrant
echo "Downloading latest ArchivesSpace release"
# Use a Python script to download the latest ArchivesSpace release, because this is the only way that I know how
python download_latest_archivesspace.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment