diff options
author | Arun Isaac | 2022-05-05 17:15:39 +0530 |
---|---|---|
committer | Arun Isaac | 2022-05-05 17:17:05 +0530 |
commit | f9b49df2bfb7609b442939c90fbe54e9d4074051 (patch) | |
tree | 256a14099be9cf1ccddf5ba41d844fe71f02f3c1 /topics | |
parent | 626718be5eeabb24b2ce077c0dedd834ad53ad66 (diff) | |
download | gn-gemtext-f9b49df2bfb7609b442939c90fbe54e9d4074051.tar.gz |
topics: Move virtuoso passwords documentation.
* topics/systems/virtuoso.gmi (Virtuoso users and setting their
passwords): Rename to ...
(Set passwords for virtuoso users): ... this, and move to after
"Running virtuoso".
Diffstat (limited to 'topics')
-rw-r--r-- | topics/systems/virtuoso.gmi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/topics/systems/virtuoso.gmi b/topics/systems/virtuoso.gmi index 98bcfe4..6435633 100644 --- a/topics/systems/virtuoso.gmi +++ b/topics/systems/virtuoso.gmi @@ -5,11 +5,6 @@ We run instances of virtuoso for our graph databases. Virtuoso is remarkable sof => https://github.com/openlink/virtuoso-opensource => https://www.uniprot.org/sparql/ -## Virtuoso users and setting their passwords - -The most important virtuoso user is the `dba` user. The default password of the `dba` user is `dba`. You can change passwords using the isql command-line client. -=> http://docs.openlinksw.com/virtuoso/defpasschange/ Virtuoso users and how to set their passwords - ## Running virtuoso ### Running virtuoso in a guix system container @@ -75,6 +70,11 @@ In particular, consider setting NumberOfBuffers and MaxDirtyBuffers as described For a working configuration file, you can also look at /export/virtuoso/var/lib/virtuoso/db/virtuoso.ini in penguin2. +## Set passwords for virtuoso users + +After running virtuoso, you will want to change the default password of the `dba` user. The default password of the `dba` user is `dba`. You can change passwords using the isql command-line client. See +=> http://docs.openlinksw.com/virtuoso/defpasschange/ Virtuoso users and how to set their passwords + ## Loading data into virtuoso Virtuoso supports at least three different ways to load RDF. |