Last active
January 18, 2016 17:40
Setup ArchivesSpace for Archivagrant -- Part 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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