Installation and Setup V3

Aus CTS2-LE
Zur Navigation springen Zur Suche springen

Required Software/Server

  • files fuseki-cts2le.zip and solr-cts2le.zip are included in the CTS2-LE release

Fuseki Installation

  1. unzip fuseki-cts2le.zip to a directory (denoted by <F1> in the following)
  2. unzip apache-jena-fuseki-3.8.0.zip from https://jena.apache.org/download/ (the extracted directory apache-jena-fuseki-3.8.0 is denoted by <F2> in the following)
  3. run <F2>/fuseki start and <F2>/fuseki stop subsequently (in order to let directory <F2>/run be generated)
  4. copy <F1>/cts2le.ttl to <F2>/run/configuration
  5. run <F2>/fuseki start
  6. to stop it run <F2>/fuseki stop

Solr Installation

  1. unzip solr-cts2le.zip to a directory (denoted by <S1> in the following)
  2. unzip solr-7.6.0.zip from http://lucene.apache.org/solr/downloads.html (the extracted directory solr-7.6.0 is denoted by <S2> in the following)
  3. run <S2>/bin/solr start -s <S1>
  4. to stop it run <S2>/bin/solr stop -all

WebCts2LE deployment

  • file WebCts2LE-embedded-jetty.zip is included in the CTS2-LE release

General

  • unzip WebCts2LE-embedded-jetty.zip to a directory (denoted by <W> in the following)

Embedded Jetty Variant

  1. edit file <W>/CTS2LE_resources/resources-custom/setting.json. The following fragment shows the relevant lines to adapt:
1 	store: 'fuseki',
2 	storePath: 'http://localhost:3030/cts2le',
3 	
4 	luceneMode: 'remote',
5 	luceneIndexPath: 'http://localhost:8983/solr/cts2le',

Be sure that

  • store='fuseki' and luceneMode='remote' and
  • host:port of storePath and luceneIndexPath are set to the server endpoints