Changeset 38235


Ignore:
Timestamp:
2023-09-26T22:54:34+13:00 (8 months ago)
Author:
davidb
Message:

Updated details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/structured-image/trunk/README.txt

    r38212 r38235  
    2020  ./PREPARE-PYTHON3.sh
    2121
     22  # TLDR
     23  cd packages && ./COMPILE-AND-INSTALL.sh && cd ..
     24  # See packages/README.txt for more details
     25
     26  # TLDR
     27  cd src && ./PREPARE.sh && ./COMPILE.sh && ./INSTALL.sh && cd ..
     28  # See src/README.txt for more details
     29
     30
     31Review:
     32    ant-start-settings.bash.in
     33
     34Copy to:
     35    ant-start-settings.bash
     36
     37And edit accordingly.  This controls how Greenstone accesses the SimpleAnnotationServer.
     38
    2239
    2340To enable the Google Vision API, set up a key etc, see:
     
    2845When you create a key, your browsesr downloads a JSON version of the key.
    2946
    30 
    31 Also check:
    32 
    33    packages/README.txt
    34 
    35 and
    36    src/README.txt
    37  
    38 and follow the instructions.
    39 
    4047   
    4148#---
    42 # Using the Extension
     49# Using the Extension: Build-time
    4350#---
    4451
     
    7683
    7784
     85#---
     86# Using the Extension: Runtime
     87#---
     88
     89
     90Check out the 'intermuse' site and interface
     91
     92Build the intermuse-demo collection
     93
     94Visit the built collection in your browser
Note: See TracChangeset for help on using the changeset viewer.