summaryrefslogtreecommitdiff
path: root/topics/xapian/xapian-indexing.gmi
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-09-20 17:26:39 +0300
committerMunyoki Kilyungi2024-09-20 17:26:39 +0300
commit62b877e407abf727a62a70b5eb64f949641ddc38 (patch)
tree11294b684fc27873aced0d5c9032347376962f6c /topics/xapian/xapian-indexing.gmi
parentc7d3883fb95f89056443262821e65fbf22748873 (diff)
downloadgn-gemtext-62b877e407abf727a62a70b5eb64f949641ddc38.tar.gz
Point to virtuoso local set-up link in xapiand indexing doc.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'topics/xapian/xapian-indexing.gmi')
-rw-r--r--topics/xapian/xapian-indexing.gmi23
1 files changed, 3 insertions, 20 deletions
diff --git a/topics/xapian/xapian-indexing.gmi b/topics/xapian/xapian-indexing.gmi
index 8d9598d..68ab7a6 100644
--- a/topics/xapian/xapian-indexing.gmi
+++ b/topics/xapian/xapian-indexing.gmi
@@ -21,26 +21,9 @@ It is important to note that the performance bottlenecks identified in this docu
## Local Development
-You'll set up virtuoso locally. Here are guix specific instructions:
-
-```
-> guix install virtuoso-ose # or any other means to install virtuoso
-> cd /path/to/virtuoso/database/folder
-> cp $HOME/.guix-profile/var/lib/virtuoso/db/virtuoso.ini ./virtuoso.ini
-> # modify the virtuoso.ini file to save files to the folder you'd prefer
-> virtuoso-t +foreground +wait +debug
-```
-
-and load up data by:
-
-```
-> isql
-> # subsquent commands run in isql prompt
-> # 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();
-> checkpoint;
-```
+For local development, see:
+
+=> https://issues.genenetwork.org/topics/database/working-with-virtuoso-locally Working with Virtuoso for Local Development
Ping @bmunyoki for the ttl folder backups.