Changeset 35146


Ignore:
Timestamp:
2021-05-02T22:53:22+12:00 (3 years ago)
Author:
davidb
Message:

Latest round of update to text

Location:
main/trunk/model-sites-dev/eurovision-lod
Files:
3 edited

Legend:

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

    r35137 r35146  
    55---------------------------------------
    66
    7 -
     7--
    881. Go to your Greenstone3 home directory
    9 -
    10   source ./gs3-setup.sh
     9--
    1110
    1211[Skip if you have already done previously]
    1312
    14 -
     13  source ./gs3-setup.sh
     14
     15
     16--
    15172.Go to your eurovision collection directory
    16 -
     18--
    1719
    18   cd GSDL3SRCHOME/web/sites/eurovision-lod/collet/eurovision
     20For example:
    1921
    20 -
     22  cd $GSDL3SRCHOME/web/sites/eurovision-lod/collet/eurovision
     23
     24--
    21253. Setup collection/site config settings and unpack import files
    22 -
     26--
     27
     28Create a suitable _local_collect_config.sh file from its '.in' counterpart:
    2329
    2430  cp _local_collect_config.sh.in _local_collect_config.sh
    2531
    26 For the servlet.xml values previously set (CONFIGURE.txt) no
    27 further editing of  _local_collect_config.sh is needed.
     32For the servlet.xml values previously set (CONFIGURE.txt) no further
     33editing of  _local_collect_config.sh is needed.
     34
     35
     36--
     374. Set the public facing URL for the SPARQL endpoint
     38--
     39
     40
     41--
     425. Download and untar a copy of the import folder
     43--
     44  [Fast Build Version: TLDR]
     45
     46  wget https://so-we-must-think.space/greenstone3/sites/eurovision-lod/collect/eurovision/import.tar.gz
     47  tar xvzf import.tar.gz
     48
     49  ./FULL-REBUILD.sh
     50
     51
    2852
    2953
  • main/trunk/model-sites-dev/eurovision-lod/CONFIGURE.txt

    r35136 r35146  
    55---------------------------------------
    66
    7 -
     7--
    881. Go to your Greenstone3 home directory
    9 -
     9--
    1010  source ./gs3-setup.sh
    1111
    12 -
     12--
    13132. Check out the Eurovision-LOD Site and Iterface
    14 -
     14--
    1515
    1616  svn co https://svn.greenstone.org/main/trunk/model-sites-dev/eurovision-lod web/sites/eurovision-lod
     
    1818  svn co https://svn.greenstone.org/main/trunk/model-interfaces-dev/eurovision-lod web/interfaces/eurovision-lod
    1919
    20 -
     20--
    21213. Update the Greenstone servlet config file so it works with the new eurovision-lod site and interface
    22 -
     22--
    2323In a text editor, open:
    2424
     
    5353
    5454
    55 -
     55--
    56564. Test out your updated Greenstone3 DL server
    57 -
     57--
    5858
    5959  ant start
  • main/trunk/model-sites-dev/eurovision-lod/INSTALL.txt

    r35136 r35146  
    55---------------------------------------
    66
    7 -
     7--
    881. Requirements
    9 -
     9--
    1010Core command-line tools used by Greenstone3 are:
    1111
     
    1515  libz, imagemagick, wget
    1616
     17Sgvizler2 in the Apache Jena extension uses:
     18
     19  npm, nodejs
     20
     21
    1722These can be installed on a Debian10 distribution, for example,
    1823with:
     
    2025  sudo apt update
    2126  sudo apt install subversion build-essential openjdk-11-jdk ant libz-dev, imagemagick wget
    22 
     27  sudo apt install npm
     28 
    2329For editing config files, our preference is to use emacs:
    2430
    2531  sudo apt install emacs
    2632
    27 -
     33--
    28342. Environemts Variable Settings
    29 -
     35--
    3036For the above Debian10 setup, set the following environment variables:
    3137
     
    3844Adjust for your specific environemnt as necessary
    3945
    40 -
     46--
    41473. Checkout and Prepare core Greenstone3 system
    42 -
     48--
    4349  svn co https://svn.greenstone.org/main/trunk/greenstone3 greenstone3-svn
    4450  cd greenstone3-svn
     
    5965  <condition property="gs2.opt.args" value="${opt.gnomelibext.arg} --disable-wvware " else="--disable-mg --disable-mgpp --disable-accentfold --disable-gdbm --disable-sqlite">
    6066
    61 - 
     67--
    62684. Test you have an operational Greenstone3 base DL server:
    63 -
     69--
    6470  source ./gs3-setup.sh
    6571  ant start
     
    7581  ant stop
    7682 
    77 -
     83--
    78845. Checkout and compile the Apache Jena Triplestore extension:
    79 -
     85--
    8086  svn co https://svn.greenstone.org/gs2-extensions/apache-jena/trunk/src gs2build/ext/apache-jena
    8187
     
    8490  popd
    8591
    86 -
     92--
    87936. Test your Sparql endpoint:
    88 -
     94--
    8995Run the Triplestore server:
    9096
    91   gs-triplestore-server
     97  gs-triplestore-server3
    9298 
    9399In a browser visit:
    94100
    95   http://localhost:3030
     101  http://localhost:4040
    96102
    97103Similar note about to the one above in (4) if setup/access is on/to a remote machine
    98104
    99 Stop gs-triplestore-server by pressing Control-C
     105Stop gs-triplestore-server3 by pressing Control-C
    100106
    101107
Note: See TracChangeset for help on using the changeset viewer.