You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Retrieve all of the SHRINE installation files from the Harvard Catalyst Sonatype Nexus server at: https://repo.open.med.harvard.edu/nexus/content/groups/public/net/shrine/. From there, download the following application files to the /opt/shrine/tomcat/webapps/ directory on the SHRINE server and rename them accordingly:

  1. shrine.war
  2. steward.war
  3. shrine-proxy.war
  4. shrine-webclient.zip
  5. shrine-dashboard.war
  6. shrine-metadata.war


For example, these are the installation files for SHRINE version 1.22.8:

cd /opt/shrine/tomcat/webapps
wget https://repo.open.med.harvard.edu/nexus/content/groups/public/net/shrine/shrine-war/1.22.8/shrine-war-1.22.8.war -O shrine.war
wget https://repo.open.med.harvard.edu/nexus/content/groups/public/net/shrine/steward/1.22.8/steward-1.22.8.war -O steward.war
wget https://repo.open.med.harvard.edu/nexus/content/groups/public/net/shrine/shrine-proxy/1.22.8/shrine-proxy-1.22.8.war -O shrine-proxy.war
 
wget https://repo.open.med.harvard.edu/nexus/content/groups/public/net/shrine/shrine-webclient/1.22.8/shrine-webclient-1.22.8-dist.zip -O shrine-webclient.zip
unzip shrine-webclient.zip
 
wget https://repo.open.med.harvard.edu/nexus/content/groups/public/net/shrine/dashboard-war/1.22.8/dashboard-war-1.22.8.war -O shrine-dashboard.war
wget https://repo.open.med.harvard.edu/nexus/content/groups/public/net/shrine/meta-war/1.22.8/meta-war-1.22.8.war -O shrine-metadata.war
  • No labels