Skip to content

Instantly share code, notes, and snippets.

@DiegoPino
Created October 16, 2019 13:44
Show Gist options
  • Save DiegoPino/49d8331c414ee0927469bfe986dec81f to your computer and use it in GitHub Desktop.
Save DiegoPino/49d8331c414ee0927469bfe986dec81f to your computer and use it in GitHub Desktop.
Steps to deploy Cantaloupe 4.1.5 on Islandora VM
cd $HOME
git clone https://github.com/cantaloupe-project/cantaloupe
cd cantaloupe
git checkout release/4.1
mvn clean package -DskipTests
sudo rm -rf /var/lib/tomcat7/webapps/cantaloupe*
sudo cp /home/vagrant/cantaloupe/target/cantaloupe-4.1.5-SNAPSHOT.war /var/lib/tomcat7/webapps/cantaloupe.war
sudo service tomcat7 start
sudo service apache2 start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment