Changeset 35132 for main


Ignore:
Timestamp:
2021-05-01T22:45:40+12:00 (3 years ago)
Author:
davidb
Message:

Text touch ups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/INSTALL.txt

    r35131 r35132  
    55---------------------------------------
    66
     7-
    781. Requirements
    8 
     9-
    910Core command-line tools used by Greenstone3 are:
    1011
     
    2425  sudo apt install emacs
    2526
    26 
     27-
    27282. Environemts Variable Settings
    28 
     29-
    2930For the above Debian10 setup, set the following environment variables:
    3031
     
    3738Adjust for your specific environemnt as necessary
    3839
    39 
     40-
    40413. Checkout and Prepare core Greenstone3 system
    41 
     42-
    4243  svn co https://svn.greenstone.org/main/trunk/greenstone3 greenstone3-svn
    4344  cd greenstone3-svn
     
    5859  <condition property="gs2.opt.args" value="${opt.gnomelibext.arg} --disable-wvware " else="--disable-mg --disable-mgpp --disable-accentfold --disable-gdbm --disable-sqlite">
    5960
    60  
    61 5. Test you have an operational Greenstone3 base system:
    62 
     61-
     624. Test you have an operational Greenstone3 base system:
     63-
    6364  source ./gs3-setup.sh
    6465  ant start
     
    7475  ant stop
    7576 
    76 
    77 6. Checkout and compile the Apache Jena Triplestore extension:
    78 
     77-
     785. Checkout and compile the Apache Jena Triplestore extension:
     79-
    7980  svn co https://svn.greenstone.org/gs2-extensions/apache-jena/trunk/src gs2build/ext/apache-jena
    8081
     
    8384  popd
    8485
    85 7. Test your Sparql endpoint:
    86 
     86-
     876. Test your Sparql endpoint:
     88-
    8789Run the Triplestore server:
    8890
     
    9395  http://localhost:3030
    9496
    95 Similar note about to the one above in (5) if setup/access is on/to a remote machine
     97Similar note about to the one above in (4) if setup/access is on/to a remote machine
     98
     99Stop gs-triplestore-server by pressing Control-C
     100
     101
     102========
     103Roadmap:
     104========
     105
     106You are now ready to move on to CONFIGURE.txt, where you will checkout and
     107setup the Eurovision-LOD interface and site
     108
     109After that follow BUILDING.txt to populate your collection Eurovision
     110content, and built it.
     111
    96112
    97113
Note: See TracChangeset for help on using the changeset viewer.