Changeset 38200


Ignore:
Timestamp:
2023-09-25T16:06:56+13:00 (8 months ago)
Author:
davidb
Message:

Changes and fixes after install on fresh OS

Location:
gs3-extensions/iiif-servlet/trunk/src
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/iiif-servlet/trunk/src/PREPARE-CANTALOUPE.sh

    r36955 r38200  
    2828/bin/cp ../../web/WEB-INF/classes/IIIFConfig.xml packages/cantaloupe-$cversion/src/main/resources/.
    2929
     30echo ""
     31./MISSING-POM-JARS-TOPUP.sh
     32
     33if [ ! -f $HOME/.m2/settings.xml ] ; then
     34    echo "  copying m2-settings.xml to \$HOME/.m2/settings.xml to override maven's default http block"
     35   
     36    /bin/cp m2-settings.xml $HOME/.m2/settings.xml
     37fi
    3038
    3139echo
  • gs3-extensions/iiif-servlet/trunk/src/README.txt

    r36999 r38200  
    55    ./PREPARE-CANTALOUPE.sh
    66    ./COMPILE-CANTALOUPE.sh
     7    ./INSTALL-CANTALOUPE-WAR.sh
     8   
     9Bump to cantaloupe v4.03 (as some of the URLs of maven dependencies in the older version were no longer available)
    710
    8 Bump to cantaloupe 4.03 (as some of the URLs of maven dependencies in the older version were no longer available)
     11====
     12To make use of this extension in GS3, add the IIIFPMH service to a collection's
     13collectionConfig.xml file:
    914
    10 
    11 Add IIIFPMH service to collectionConfig.xml:
    1215
    1316    <serviceRack name="IIIFPMH">
  • gs3-extensions/iiif-servlet/trunk/src/cantaloupe-pom403.xml

    r36955 r38200  
    2828      <email>[email protected]</email>
    2929      <organization>University of Illinois at Urbana-Champaign Library</organization>
    30       <organizationUrl>http://www.library.illinois.edu/</organizationUrl>
     30      <organizationUrl>https://www.library.illinois.edu/</organizationUrl>
    3131      <roles>
    3232        <role>founder</role>
     
    462462      <id>imageio-ext-repository</id>
    463463      <name>imageio-ext Repository</name>
    464       <url>http://maven.geo-solutions.it/</url>
     464      <url>https://maven.geo-solutions.it/</url>
    465465    </repository>
    466466    <!-- Provides Restlet -->
     
    468468      <id>maven-restlet</id>
    469469      <name>Restlet repository</name>
    470       <url>http://maven.restlet.com</url>
     470      <url>https://maven.restlet.com</url>
    471471    </repository>
    472472  </repositories>
     
    534534                    commons-logging,
    535535                javax.servlet,
    536                 org.eclipse.jetty
     536                org.eclipse.jetty,
    537537        org.greenstone, log4j               
    538538              </includeGroupIds>
Note: See TracChangeset for help on using the changeset viewer.