diff options
author | Munyoki Kilyungi | 2024-07-29 21:10:20 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2024-07-29 21:10:20 +0300 |
commit | 6f321e6063e13672c45adb2fc1bb7f1df41d4c97 (patch) | |
tree | 5dcfe5a4227d6d6d55c1ab8f84b8151727f72fd1 | |
parent | 37751b666ce9055d6ba0b4ca751d3d58256e1c9f (diff) | |
download | gn-gemtext-6f321e6063e13672c45adb2fc1bb7f1df41d4c97.tar.gz |
Fix formatting.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r-- | issues/set-up-virtuoso-on-production.gmi | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/issues/set-up-virtuoso-on-production.gmi b/issues/set-up-virtuoso-on-production.gmi index a4dd21c..e65e63c 100644 --- a/issues/set-up-virtuoso-on-production.gmi +++ b/issues/set-up-virtuoso-on-production.gmi @@ -30,7 +30,10 @@ Note where the virtuoso data directory is mapped from the "production.sh" script => https://git.genenetwork.org/gn-transform-databases/tree/generate-ttl-files.scm Run "generate-ttl-files" to generate the TTL files: ``` -time guix shell guile-dbi -m manifest.scm -- ./generate-ttl-files.scm --settings conn-dev.scm --output /export2/guix-containers/genenetwork-development/var/lib/virtuoso --documentation /tmp/doc-directory +time guix shell guile-dbi -m manifest.scm -- \ +./generate-ttl-files.scm --settings conn-dev.scm --output \ +/export2/guix-containers/genenetwork-development/var/lib/virtuoso \ +--documentation /tmp/doc-directory ``` * [Recommended] Alternatively, copy over the TTL files (in Tux02) to the correct shared directory in the container: @@ -56,7 +59,7 @@ cp /home/bonfacem/ttl-files/*ttl /export2/guix-containers/genenetwork/var/lib/vi ``` guix shell virtuoso-ose -- isql 7892 ``` -* Make sure that no pre-existing files exist in "DB.DBA.LOAD_LIST": +* Make sure that no pre-existing TTL files exist in "DB.DBA.LOAD_LIST": ``` SQL> select * from DB.DBA.LOAD_LIST; @@ -100,7 +103,7 @@ SELECT * WHERE { ## HOWTO: Generating the Xapian Index -* Make sure you are using the correct guix profile or that you have your PYTHONPATH pointing to the GN3 repository. +* Make sure you are using the correct guix profile or that you have the "PYTHONPATH" pointing to the GN3 repository. * Generate the Xapian Index using "genenetwork3/scripts/create-xapian-index" against the correct output directory (The build takes around 71 minutes on an SSD Drive): |