summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-09-20 17:30:53 +0300
committerMunyoki Kilyungi2024-09-20 17:30:53 +0300
commit5e5bdb27763b8ba7321122d38987a9999fd82af7 (patch)
treea3f9daea5dd55581e3be00917635f9233776978f
parent62b877e407abf727a62a70b5eb64f949641ddc38 (diff)
downloadgn-gemtext-5e5bdb27763b8ba7321122d38987a9999fd82af7.tar.gz
Minor update.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r--topics/engineering/working-with-virtuoso-locally.gmi4
1 files changed, 3 insertions, 1 deletions
diff --git a/topics/engineering/working-with-virtuoso-locally.gmi b/topics/engineering/working-with-virtuoso-locally.gmi
index 16b5a22..43f44c8 100644
--- a/topics/engineering/working-with-virtuoso-locally.gmi
+++ b/topics/engineering/working-with-virtuoso-locally.gmi
@@ -13,12 +13,14 @@ cp $HOME/.guix-profile/var/lib/virtuoso/db/virtuoso.ini ./virtuoso.ini
virtuoso-t +foreground +wait +debug
```
-In the virtuoso.ini file, update the following fields. Here are example entries:
+In the virtuoso.ini file, update the following field. Here are example entries:
```
DirsAllowed = ., /gnu/store/60xg4nj45p6bicinf5fc9xnc92nbsdx4-virtuoso-ose-7.2.11/share/virtuoso/vad, /usr/share/proj
```
+"DirsAllowed" allows you to view the directory where you'll load your TTL files, and allows you to use "ld_dir" within isql.
+
## Common Virtuoso Operations
Use isql to load up data: