source: gs2-extensions/apache-jena/trunk/src/NOTES.txt@ 28677

Last change on this file since 28677 was 28677, checked in by davidb, 10 years ago

Added extra info about how to setup a collection to use the triple-store

File size: 527 bytes
Line 
1
2****
3* Apache Jena Fuseki Server
4****
5
6To use this extension, Fuseki (the triple-store server it provides)
7needs to be run alongside the regular Greenstone DL server
8
9To start the server, type:
10
11 gs-triplestore-server
12
13Pressing '^C" in the window where it is run if sufficent to stop the
14server
15
16****
17
18For a collection to store its metadata in the triple-store, add the following
19line to its collectionConfig.xml:
20
21 <search type="jenaTDB" orthogonal="true"/>
22
23****
24
25See NOTES-ADDITIONAL.txt for further information
26********
Note: See TracBrowser for help on using the repository browser.