diff options
author | Arun Isaac | 2022-04-29 16:51:21 +0530 |
---|---|---|
committer | Arun Isaac | 2022-04-29 17:13:37 +0530 |
commit | 4b6764983f1fedfbd3379673619737b9afb442b9 (patch) | |
tree | 35675bbb49a989271b809899bd3dd2541992f535 /topics | |
parent | 89609b6b4205fac83f20759a21401dcb86cd79ac (diff) | |
download | gn-gemtext-4b6764983f1fedfbd3379673619737b9afb442b9.tar.gz |
topics: Remove blank lines in virtuoso topic.
* topics/systems/virtuoso.gmi: Remove unnecessary
blank lines.
Diffstat (limited to 'topics')
-rw-r--r-- | topics/systems/virtuoso.gmi | 4 |
1 files changed, 0 insertions, 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 |