Changeset 38249 for gs3-installations


Ignore:
Timestamp:
2023-09-28T16:05:53+13:00 (8 months ago)
Author:
davidb
Message:

Updated/tidied up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/intermuse/trunk/sites/intermuse/README.txt

    r38247 r38249  
    1 
    21
    32This VM has been setup with an installation of Greenstone3, with the following
     
    2524    filrefox http://localhost:8383/greenstone/library
    2625
     26   
    2727====
    2828
     
    118118
    119119    cd gs2build/ext
    120     ./get-extension.sh apache-jena
    121     cd apache-jena
    122    
    123     ./CASCADE-MAKE.sh
     120    ./get-extension.sh apache-jena
     121    cd apache-jena
     122   
     123    ./CASCADE-MAKE.sh
    124124    ./CREATE-GREENSTONE-DATASET.sh
    125125   
    126     # Starts/Restarts Greenstone3 tomcat server, and after successful ping
    127     #  of /fuseki3/ URL, will ask if you want to create a /greenstone dataset
    128    
    129     # 'y' <enter>
     126    # Starts/Restarts Greenstone3 tomcat server, and after successful ping
     127    #  of /fuseki3/ URL, will ask if you want to create a /greenstone dataset
     128   
     129    # 'y' <enter>
    130130   
    131131    cd ../../..
    132132   
    133     # Check fuseki3 server running, and has /greenstone dataset
    134     firefox http://localhost:8383/fuseki3/index.html
    135 
     133    # Check fuseki3 server running, and has /greenstone dataset
     134    firefox http://localhost:8383/fuseki3/index.html
    136135   
    137136   
     
    166165   cd ../../..
    167166
    168 #
     167####
     168# Get ready to run the complete Greenstone3 installatin
     169####
    169170
    170171    cd web
     
    173174    cd ..
    174175   
    175     # Edit resources/web/servlet.xml
    176     #
    177     # make 'site' and 'interface' both 'intermuse'
    178    
    179     emacs resources/web/servlets.xml.in
    180    
    181     # default   -> intermuse
    182     # localsite -> intermuse
    183    
    184     So Ruby can find the needed lib.so files, add to SETUP.bash
     176    # Edit resources/web/servlet.xml
     177    #
     178    # make 'site' and 'interface' both 'intermuse'
     179
     180    emacs resources/web/servlets.xml.in
     181   
     182    # default   -> intermuse
     183    # localsite -> intermuse
     184   
     185# So Ruby can find the needed lib.so files, add to SETUP.bash
     186#----
    185187   
    186188echo "*****"
     
    189191
    190192export LD_LIBRARY_PATH=$PWD/gs2build/ext/apache-jena/linux/lib:$LD_LIBRARY_PATH
    191 
    192 
    193 
    194 
    195    
    196     ./ant-start-with-exts.sh
    197    
    198    
    199     pushd web/sites/intermuse/collect/demo-localhost
    200    
    201     # Access your Google Cloud Account:
    202     #    https://console.cloud.google.com
    203    
    204     # Create/download ....
    205     #
    206     #    google-sa-credentials-key.json
    207 
    208 
     193#----
     194
     195
     196# Now start the Greenstone3 DL server
     197
     198    ./ant-start-with-exts.sh
     199   
     200   
     201    pushd web/sites/intermuse/collect/demo-localhost
     202   
     203    # Access your Google Cloud Account:
     204    #    https://console.cloud.google.com
     205   
     206    # Create/download ....
     207    #
     208    #    google-sa-credentials-key.json
     209
     210
     211# To rebuild the collection:
    209212
    210213    ./IMPORT.sh
    211     ./BUILDCOL.sh
    212     ./ACTIVATE.sh
    213     ./SUBMIT-ALL-OPENANNOTATION-LISTS.sh
    214 
    215 
    216 
    217 
     214    ./BUILDCOL.sh
     215    ./ACTIVATE.sh
     216    ./SUBMIT-ALL-OPENANNOTATION-LISTS.sh
     217
     218
     219# Other useful pages within the DL:
     220
     221    http://localhost:8383/fuseki3/index.html
     222    http://localhost:8383/simpleAnnotationStore/index.html
Note: See TracChangeset for help on using the changeset viewer.