Installation and Setup V3: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
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…“) |
Billig (Diskussion | Beiträge) |
||
| Zeile 1: | Zeile 1: | ||
| − | == | + | == Required Software/Server == |
* files '''fuseki-cts2le.zip''' and '''solr-cts2le.zip''' are included in the CTS2-LE release | * files '''fuseki-cts2le.zip''' and '''solr-cts2le.zip''' are included in the CTS2-LE release | ||
=== Fuseki === | === Fuseki === | ||
Version vom 15. April 2019, 18:34 Uhr
Required Software/Server
- files fuseki-cts2le.zip and solr-cts2le.zip are included in the CTS2-LE release
Fuseki
- extract fuseki-cts2le.zip to a directory (denoted by <F1> in the following)
- extract apache-jena-fuseki-3.8.0.zip from https://jena.apache.org/download/ to a directory (denoted by <F2> in the following)
- run <F2>/fuseki start and <F2>/fuseki stop subsequently (in order to let directory <F2>/run be generated)
- copy <F1>/cts2le.ttl to <F2>/run/configuration
- run <F2>/fuseki start
- to stop it run <F2>/fuseki stop
Solr
- extract solr-cts2le.zip to a directory (denoted by <S1> in the following)
- extract solr-7.6.0.zip from http://lucene.apache.org/solr/downloads.html to a directory (denoted by <S2> in the following)
- run <S2>/bin/solr start -s <S1>
- to stop it run <S2>/bin/solr stop -all