diff options
Diffstat (limited to 'topics/engineering')
-rw-r--r-- | topics/engineering/working-with-virtuoso-locally.gmi | 4 |
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: |