Last change
on this file since 37042 was 37042, checked in by davidb, 12 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 |
|
---|
3 | if [! -d $GSDL3HOME/structured-image/ ] ; then
|
---|
4 | echo ""
|
---|
5 | echo "Creating directory:"
|
---|
6 | echo " $GSDL3HOME/structured-image"
|
---|
7 | echo ""
|
---|
8 | fi
|
---|
9 |
|
---|
10 | if [ -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
|
---|
16 | fi
|
---|
17 |
|
---|
18 | echo ""
|
---|
19 | echo "Installing webpack JS library for gs-annotations to:"
|
---|
20 | echo " $GSDL3HOME/structured-image/mirador3"
|
---|
21 |
|
---|
22 | mkdir $GSDL3HOME/structured-image/mirador3
|
---|
23 |
|
---|
24 | cp -r mirador-integration-annotation/webpack/dist-gs-annotations $GSDL3HOME/structured-image/mirador3/dist
|
---|
25 |
|
---|
26 | echo ""
|
---|
27 |
|
---|
28 |
|
---|
29 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.