VIVO-113 updated install.html with language about alternative triple store
This commit is contained in:
parent
a7ff89c8fa
commit
59e5ed409d
1 changed files with 29 additions and 2 deletions
|
@ -84,12 +84,19 @@
|
||||||
</p>
|
</p>
|
||||||
<h4>The MySQL database</h4>
|
<h4>The MySQL database</h4>
|
||||||
<p>
|
<p>
|
||||||
Essentially all of the data that you store in VIVO will be given to
|
By default, nearly all of the data that you enter into VIVO will be
|
||||||
MySQL for storage. The actual location of this data depends on what
|
stored in MySQL. The actual location of this data depends on what
|
||||||
system you have, and on how you install MySQL (see <a href="#required_software">Step 1</a>, below). but you won’t need to
|
system you have, and on how you install MySQL (see <a href="#required_software">Step 1</a>, below). but you won’t need to
|
||||||
know the location. You will access the data through VIVO, or
|
know the location. You will access the data through VIVO, or
|
||||||
occasionally through the MySQL client application.
|
occasionally through the MySQL client application.
|
||||||
</p>
|
</p>
|
||||||
|
<h4>Optional external triple store</h4>
|
||||||
|
<p>
|
||||||
|
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 <a href="#runtime_properties">specify runtime properties</a>.
|
||||||
|
</p>
|
||||||
<toc>
|
<toc>
|
||||||
<h3>Steps to Installation</h3>
|
<h3>Steps to Installation</h3>
|
||||||
<ol>
|
<ol>
|
||||||
|
@ -575,6 +582,26 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
|
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.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="odd_row">
|
||||||
|
<td colspan="2">
|
||||||
|
VitroConnection.DataSource.endpointURI
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
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.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="odd_row">
|
||||||
|
<td colspan="2">
|
||||||
|
VitroConnection.DataSource.updateEndpointURI
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
Specify the email address of the root user
|
Specify the email address of the root user
|
||||||
account for the VIVO application. This user will have an initial
|
account for the VIVO application. This user will have an initial
|
||||||
temporary password of 'rootPassword'. You will be prompted to create a
|
temporary password of 'rootPassword'. You will be prompted to create a
|
||||||
|
|
Loading…
Add table
Reference in a new issue