From 4b6764983f1fedfbd3379673619737b9afb442b9 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 29 Apr 2022 16:51:21 +0530 Subject: topics: Remove blank lines in virtuoso topic. * topics/systems/virtuoso.gmi: Remove unnecessary blank lines. --- topics/systems/virtuoso.gmi | 4 ---- 1 file changed, 4 deletions(-) diff --git a/topics/systems/virtuoso.gmi b/topics/systems/virtuoso.gmi index 0216d14..26cc419 100644 --- a/topics/systems/virtuoso.gmi +++ b/topics/systems/virtuoso.gmi @@ -77,23 +77,19 @@ penguin2:~/services/virtuoso [env]$ /gnu/store/9aqd4jmkafhkdm095hnmxpxzws3ym3wd- ``` Now the server should respond to - ``` curl localhost:28890/sparql ``` and the admin interface on - ``` curl localhost:28890/conductor ``` To use the service from your remote machine use ssh tunnels: - ``` ssh -L 28890:127.0.0.1:28890 -f -N myname@penguin2.genenetwork.org ``` - and surf to http://localhost:28890/conductor. A good time to change the default password (dba:dba)! ### Uploading data with CURL -- cgit v1.2.3