Changeset 37112
- Timestamp:
- 2023-01-06T22:58:56+13:00 (9 months ago)
- Location:
- gs3-extensions/structured-image/trunk
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
gs3-extensions/structured-image/trunk/README.txt
r36953 r37112 21 21 22 22 23 Also check: 24 25 src/README.txt 26 27 and follow its instructions. 28 29 23 30 #--- 24 31 # Using the Extension … … 26 33 27 34 The extension provides the GoogleVisionImagePlugin, for use in collections. 28 29 30 Small workaround needed if checked out in the GS3 extension area:31 32 export GSDL3EXTS=$GSDL3EXTS:structured-image33 34 35 35 36 Example use of the plugin: … … 63 64 } 64 65 66 -
gs3-extensions/structured-image/trunk/src/INSTALL-MIRADOR.sh
r37043 r37112 23 23 mkdir "$GSDL3HOME/ext/structured-image/mirador3" 24 24 25 cp -r mirador-integration-annotations-gitfork/webpack/dist-gs-annotations "$GSDL3HOME/ext/structured-image/mirador3/dist"25 /bin/cp -r mirador-integration-annotations-gitfork/webpack/dist-gs-annotations "$GSDL3HOME/ext/structured-image/mirador3/dist" 26 26 27 27 echo "" -
gs3-extensions/structured-image/trunk/src/NPM-INSTALL-MIRADOR.sh
r37102 r37112 23 23 && /bin/cp PATCHED-es-SimpleAnnotationServerV2Adapter.js node_modules/mirador-annotations/es/SimpleAnnotationServerV2Adapter.js \ 24 24 && echo "--------" \ 25 && cd .. \ 26 && echo "" 25 && echo "" \ 26 && cd .. 27 27 28 28 29 if [ $? = 0 ] ; then -
gs3-extensions/structured-image/trunk/src/README.txt
r37045 r37112 17 17 which needs to be run each time you make changes to the 18 18 mirador-integration-annotations source code. 19 20 21 Also run the following: 22 23 ./INSTALL-JS.sh 24
Note:
See TracChangeset
for help on using the changeset viewer.