-
Notifications
You must be signed in to change notification settings - Fork 3
Setup Server
Jeremy Nelson edited this page May 11, 2015
·
5 revisions
After following these installation directions, you'll now need to download three third-party components.
In a simple BIBFRAME Datastore set-up, Elastic search is run from the
bibframe-datastore/search
directory.
In a simple BIBFRAME Datastore set-up, Fuseki is run from the
bibframe-datastore/triplestore
directory.
The BIBFRAME Datastore's current SPARQL query engine is the Apache Fuskei Version 1.1.2. To install Fuskei for BIBFRAME Datastore, follow these steps:
- Download the Fuseki 1.1.2 binary distribution, unzip the file, and change to the Fuseki directory.
$ wget http://mirror.metrocast.net/apache/jena/binaries/jena-fuseki1-1.1.2-distribution.zip
$ unzip jena-fuseki1-1.1.2-distribution.zip
$ cd jena-fuseki1-1.1.2-distribution
- Copy the following directories to the
bibframe-datastore
directory:
$ cp -rf *.* ~/bibframe-datastore/triplestore/
- Make a
store
directory where the Fuskei instance in the BIBFRAME-Datastore will store actually its data.
$ mkdir store
In a simple BIBFRAME Datastore set-up, Fedora is run from the
bibframe-datastore/repository
directory.
All of the BIBFRAME Resources are stored as RDF graphs in the Fedora Commons Linked Data Platform.