Last change
on this file was 37112, checked in by davidb, 5 months ago |
Range of updates: main one being to run INSTALL-JS.sh in 'src' to install the Javascript file document_extra.js
|
-
Property svn:executable
set to
*
|
File size:
766 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 |
|
---|
3 | if [ ! -d "$GSDL3HOME/ext/structured-image/" ] ; then
|
---|
4 | echo ""
|
---|
5 | echo "Creating directory:"
|
---|
6 | echo " $GSDL3HOME/ext/structured-image"
|
---|
7 | echo ""
|
---|
8 | mkdir "$GSDL3HOME/ext/structured-image"
|
---|
9 | fi
|
---|
10 |
|
---|
11 | if [ -d "$GSDL3HOME/ext/structured-image/mirador3" ] ; then
|
---|
12 | echo ""
|
---|
13 | echo "Removing previous installation:"
|
---|
14 | echo " $GSDL3HOME/ext/structured-image/mirador3"
|
---|
15 |
|
---|
16 | /bin/rm -rf "$GSDL3HOME/ext/structured-image/mirador3"
|
---|
17 | fi
|
---|
18 |
|
---|
19 | echo ""
|
---|
20 | echo "Installing webpack JS library for gs-annotations to:"
|
---|
21 | echo " $GSDL3HOME/ext/structured-image/mirador3"
|
---|
22 |
|
---|
23 | mkdir "$GSDL3HOME/ext/structured-image/mirador3"
|
---|
24 |
|
---|
25 | /bin/cp -r mirador-integration-annotations-gitfork/webpack/dist-gs-annotations "$GSDL3HOME/ext/structured-image/mirador3/dist"
|
---|
26 |
|
---|
27 | echo ""
|
---|
28 |
|
---|
29 |
|
---|
30 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.