From 59e5ed409d38c0757a0d48588e3919fbb3a3a920 Mon Sep 17 00:00:00 2001 From: brianjlowe Date: Mon, 14 Oct 2013 16:35:44 -0400 Subject: [PATCH] VIVO-113 updated install.html with language about alternative triple store --- doc/install.html | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/doc/install.html b/doc/install.html index c62d8a1a..c1e7dc9c 100644 --- a/doc/install.html +++ b/doc/install.html @@ -84,12 +84,19 @@

The MySQL database

- Essentially all of the data that you store in VIVO will be given to - MySQL for storage. The actual location of this data depends on what + By default, nearly all of the data that you enter into VIVO will be + stored in MySQL. The actual location of this data depends on what system you have, and on how you install MySQL (see Step 1, below). but you won’t need to know the location. You will access the data through VIVO, or occasionally through the MySQL client application.

+

Optional external triple store

+

+ VIVO can configured to use a different triple store for the bulk of its semantic data, so long as this triple store supports Web-based use of the SPARQL language to query and modify its data. If you elect to use a separate triple store, note that VIVO's MySQL database is +still required for basic configuration and user account data. In order to connect VIVO to an +external triple store, you will need to know two URIs: the store's endpoint URI for +issuing SPARQL queries that read data, and its URI for issuing SPARQL UPDATE commands. These URIs are typically kept separate in order to make it easier to secure the triple store against unauthorized edits. With Sesame, for example, the update URI is usually the query endpoint URI with "/statements" appended. You will need to know these two URIs later when you specify runtime properties. +

Steps to Installation

    @@ -575,6 +582,26 @@ + Set the endpointURI only if you wish to store semantic data in an external triple store instead of MySQL. Enter the URI of the triple store's SPARQL endpoint for querying data. + + + + + VitroConnection.DataSource.endpointURI + + + + + Set the updateEndpointURI only if you wish to store semantic data in an external triple store instead of MySQL. Enter the URI at which the triple store responds to SPARQL UPDATE requests. This setting is only necessary if the triple store does not support updates via its main URI. If the endpointURI above is not set, this setting has no effect. + + + + + VitroConnection.DataSource.updateEndpointURI + + + + Specify the email address of the root user account for the VIVO application. This user will have an initial temporary password of 'rootPassword'. You will be prompted to create a