Installation and Setup V3

Aus CTS2-LE
Version vom 15. April 2019, 17:53 Uhr von Billig (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Prerequisites == * files '''fuseki-cts2le.zip''' and '''solr-cts2le.zip''' are included in the CTS2-LE release === Fuseki === # extract '''fuseki-cts2le.zip…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Prerequisites

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

Fuseki

  1. extract fuseki-cts2le.zip to a directory (denoted by <F1> in the following)
  2. extract apache-jena-fuseki-3.8.0.zip from https://jena.apache.org/download/ to a directory (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

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