summaryrefslogtreecommitdiff
path: root/topics
diff options
context:
space:
mode:
authorBonfaceKilz2022-06-14 21:11:28 +0300
committerBonfaceKilz2022-06-14 21:11:28 +0300
commit7ff91e980b8781cdc081f10dc197431555f62b59 (patch)
tree7fa996739fef32f291b645279091ff2227a90220 /topics
parent2718f1063c51d49f558ab7596e1a77a9214dbbd5 (diff)
downloadgn-gemtext-7ff91e980b8781cdc081f10dc197431555f62b59.tar.gz
topics: virtuoso: Note that conductor interface isn't supported
Diffstat (limited to 'topics')
-rw-r--r--topics/systems/virtuoso.gmi2
1 files changed, 2 insertions, 0 deletions
diff --git a/topics/systems/virtuoso.gmi b/topics/systems/virtuoso.gmi
index afd86c4..8e48324 100644
--- a/topics/systems/virtuoso.gmi
+++ b/topics/systems/virtuoso.gmi
@@ -44,6 +44,8 @@ When running the above command, you will be given the container's PID. Should yo
sudo nsenter -t PID -m -p -i -u (readlink -f $HOME/.guix-profile/bin/zsh)
```
+Also, in this set-up, note that the conductor web interface is not supported in the GUIX Service that's part of guix-bioinformatics. It isn't required for using virtuoso as a SPARQL server and only adds to the confusion.
+
### Running virtuoso by invoking it on the command line
You may also choose to run virtuoso the traditional way by invoking it on the command line. Managing long-running instances started from the command line is messy. So, this method works best for temporary instances.