diff options
author | Arun Isaac | 2023-04-04 15:18:33 +0100 |
---|---|---|
committer | Arun Isaac | 2023-04-04 15:18:33 +0100 |
commit | e09e9bc0f52556aa482eb802877cfee43e735c2c (patch) | |
tree | 5324e650d3d0d2d5a3fe25f6cc4920a2960a496c | |
parent | 9b3f88e63c37866d25678d902633f97f725e485e (diff) | |
download | gn-gemtext-e09e9bc0f52556aa482eb802877cfee43e735c2c.tar.gz |
Document ports of virtuoso instances.
-rw-r--r-- | topics/our-virtuoso-instances.gmi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/topics/our-virtuoso-instances.gmi b/topics/our-virtuoso-instances.gmi index 5241f27..0336018 100644 --- a/topics/our-virtuoso-instances.gmi +++ b/topics/our-virtuoso-instances.gmi @@ -17,6 +17,25 @@ All our virtuoso instances are deployed in Guix system containers. The configura => https://github.com/genenetwork/genenetwork-machines/blob/main/genenetwork-development.scm Configuration for internal CD virtuoso on tux02 => https://github.com/genenetwork/genenetwork-machines/blob/main/public-sparql.scm Configuration for public SPARQL endpoint virtuoso on tux02 +## Ports + +The ports these virtuoso instances are deployed on is subject to change, and you should really look up the Guix configuration file to find the correct port. But, here is a summary for quick lookup. Please fix this if it is inaccurate. + +### Internal production virtuoso on tux01 + +* Server port: 8891 +* SPARQL endpoint port: 8892 + +### Internal CD virtuoso on tux02 + +* Server port: 9081 +* SPARQL endpoint port: 9082 + +### Public SPARQL endpoint virtuoso on tux02 + +* Server port: 8981 +* SPARQL endpoint port: 8982 + ## Passwords Password based authentication is required to mutate the data in these virtuoso instances. These passwords are available with Pjotr and Arun. Please contact them if you need access. |