Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeRDark
$ shrine_shutdown

If the above command is not found, try the following instead:

Code Block
languagebash
themeRDark
$ /opt/shrine/tomcat/bin/shutdown.sh

...

Code Block
languagebash
themerdark
$ cd /opt/shrine/tomcat/webapps
$ wget --no-check-certificate https://repo.open.med.harvard.edu/nexus/content/groups/public/net/shrine/shrine-war/1.22.4/shrine-war-1.22.4.war -O shrine.war

...

Code Block
languagebash
themerdark
$ cd /opt/shrine/tomcat/webapps
$ wget --no-check-certificate https://repo.open.med.harvard.edu/nexus/content/groups/public/net/shrine/steward/1.22.4/steward-1.22.4.war -O steward.war

...

Code Block
languagebash
themerdark
$ cd /opt/shrine/tomcat/webapps
$ wget --no-check-certificate https://repo.open.med.harvard.edu/nexus/content/groups/public/net/shrine/shrine-proxy/1.22.4/shrine-proxy-1.22.4.war -O shrine-proxy.war

...

Code Block
languagebash
themerdark
$ cd /opt/shrine/tomcat/webapps
$ wget --no-check-certificate https://repo.open.med.harvard.edu/nexus/content/groups/public/net/shrine/shrine-webclient/1.22.4/shrine-webclient-1.22.4-dist.zip -O shrine-webclient.zip
$ unzip shrine-webclient.zip

...

Code Block
languagebash
themerdark
$ cd /opt/shrine/tomcat/webapps
$ wget --no-check-certificate https://repo.open.med.harvard.edu/nexus/content/groups/public/net/shrine/dashboard-war/1.22.4/dashboard-war-1.22.4.war -O shrine-dashboard.war

...

Code Block
languagebash
themerdark
$ cd /opt/shrine/tomcat/webapps
$ wget --no-check-certificate https://repo.open.med.harvard.edu/nexus/content/groups/public/net/shrine/meta-war/1.22.4/meta-war-1.22.4.war -O shrine-meta.war

...

The only thing left to do at this point is start SHRINE back up. Simply do the following:

Code Block
languagebash
themerdark
$ shrine_startup

If the above command is not found, try the following instead:

Code Block
languagebash
themerdark
$ /opt/shrine/tomcat/bin/startup.sh

...