diff options
author | BonfaceKilz | 2022-06-14 21:11:28 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-06-14 21:11:28 +0300 |
commit | 7ff91e980b8781cdc081f10dc197431555f62b59 (patch) | |
tree | 7fa996739fef32f291b645279091ff2227a90220 | |
parent | 2718f1063c51d49f558ab7596e1a77a9214dbbd5 (diff) | |
download | gn-gemtext-7ff91e980b8781cdc081f10dc197431555f62b59.tar.gz |
topics: virtuoso: Note that conductor interface isn't supported
-rw-r--r-- | topics/systems/virtuoso.gmi | 2 |
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. |