diff options
author | John Nduli | 2024-09-12 18:54:31 +0300 |
---|---|---|
committer | BonfaceKilz | 2024-09-17 11:30:45 +0300 |
commit | 243d4ef3d9eff06975ae2f3619182f3b4895af41 (patch) | |
tree | ea095e68d15f2cdb47e90e59b34a6e15ffab64a0 /topics | |
parent | faa285a070ed6f444110cc81e8400345a3815318 (diff) | |
download | gn-gemtext-243d4ef3d9eff06975ae2f3619182f3b4895af41.tar.gz |
docs: fix folder path for virtuoso set up
Diffstat (limited to 'topics')
-rw-r--r-- | topics/xapian/xapian-indexing.gmi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/topics/xapian/xapian-indexing.gmi b/topics/xapian/xapian-indexing.gmi index 1c3aa98..f3e03e6 100644 --- a/topics/xapian/xapian-indexing.gmi +++ b/topics/xapian/xapian-indexing.gmi @@ -36,8 +36,8 @@ and load up data by: ``` > isql > # subsquent commands run in isql prompt -> # preferable have this folder be in the virtuoso database folder -> ld_dir ('/path/to/folder/with/ttls', '*.ttl', 'http://genenetwork.org'); +> # this folder is relative to the folder virtuoso was started from +> ld_dir ('path/to/folder/with/ttls', '*.ttl', 'http://genenetwork.org'); > rdf_loader_run(); ``` |