Created
October 16, 2019 13:44
-
-
Save DiegoPino/49d8331c414ee0927469bfe986dec81f to your computer and use it in GitHub Desktop.
Steps to deploy Cantaloupe 4.1.5 on Islandora VM
This file contains 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
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