Changeset 36765 for gs3-installations


Ignore:
Timestamp:
2022-10-09T20:59:45+13:00 (19 months ago)
Author:
davidb
Message:

Updated text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/eurovision-lod/trunk/sites/eurovision/INSTALL.txt

    r35146 r36765  
    3939  export PATH=$JAVA_HOME/bin:$PATH
    4040
    41   export CFLAGS=-fPIC
    42   export JAVACFLAGS="-source 1.6 -target 1.6"
     41#  export CFLAGS=-fPIC
     42#  export JAVACFLAGS="-source 1.6 -target 1.6"
    4343
    4444Adjust for your specific environemnt as necessary
     
    5454  ant
    5555
    56 To check out GS2 building code:
     56To prepare and then compile the Greenstone3 code:
    5757
    5858  ant prepare
    59 
    60 
    61 Edit build.xml line 722 from:
    62 
    63   <condition property="gs2.opt.args" value="${opt.gnomelibext.arg} " else="--disable-mg --disable-mgpp --disable-accentfold --disable-gdbm --disable-sqlite">
    64 to:
    65   <condition property="gs2.opt.args" value="${opt.gnomelibext.arg} --disable-wvware " else="--disable-mg --disable-mgpp --disable-accentfold --disable-gdbm --disable-sqlite">
     59  ant install
    6660
    6761--
    68624. Test you have an operational Greenstone3 base DL server:
    6963--
    70   source ./gs3-setup.sh
    7164  ant start
    7265
     
    10194  http://localhost:4040
    10295
    103 Similar note about to the one above in (4) if setup/access is on/to a remote machine
     96If you need to change the port the server runs on, set the environment variable FUSEKI3_PORT.
     97For instance:
    10498
    105 Stop gs-triplestore-server3 by pressing Control-C
     99  export FUSEKI3_PORT=6060
     100 
     101Similar note, to the one above in (4) , about setup/access on/to a remote machine
     102
     103Stop gs-triplestore-server3 by pressing:
     104
     105  Control-C (^C)
    106106
    107107
Note: See TracChangeset for help on using the changeset viewer.