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

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

Files to get going with Mirador + mirador-annotations plugin in the Greenstone3 web/ext area

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