source: gs3-extensions/structured-image/trunk/src/INSTALL-MIRADOR.sh@ 37043

Last change on this file since 37043 was 37043, checked in by davidb, 16 months ago

Tweaks after testing

  • Property svn:executable set to *
File size: 761 bytes
RevLine 
[37042]1#!/bin/bash
2
[37043]3if [ ! -d "$GSDL3HOME/ext/structured-image/" ] ; then
[37042]4 echo ""
5 echo "Creating directory:"
[37043]6 echo " $GSDL3HOME/ext/structured-image"
[37042]7 echo ""
[37043]8 mkdir "$GSDL3HOME/ext/structured-image"
[37042]9fi
10
[37043]11if [ -d "$GSDL3HOME/ext/structured-image/mirador3" ] ; then
[37042]12 echo ""
13 echo "Removing previous installation:"
[37043]14 echo " $GSDL3HOME/ext/structured-image/mirador3"
[37042]15
[37043]16 /bin/rm -rf "$GSDL3HOME/ext/structured-image/mirador3"
[37042]17fi
18
19echo ""
20echo "Installing webpack JS library for gs-annotations to:"
[37043]21echo " $GSDL3HOME/ext/structured-image/mirador3"
[37042]22
[37043]23mkdir "$GSDL3HOME/ext/structured-image/mirador3"
[37042]24
[37043]25cp -r mirador-integration-annotations-gitfork/webpack/dist-gs-annotations "$GSDL3HOME/ext/structured-image/mirador3/dist"
[37042]26
27echo ""
28
29
30
Note: See TracBrowser for help on using the repository browser.