summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-04-29 16:51:21 +0530
committerArun Isaac2022-04-29 17:13:37 +0530
commit4b6764983f1fedfbd3379673619737b9afb442b9 (patch)
tree35675bbb49a989271b809899bd3dd2541992f535
parent89609b6b4205fac83f20759a21401dcb86cd79ac (diff)
downloadgn-gemtext-4b6764983f1fedfbd3379673619737b9afb442b9.tar.gz
topics: Remove blank lines in virtuoso topic.
* topics/systems/virtuoso.gmi: Remove unnecessary blank lines.
-rw-r--r--topics/systems/virtuoso.gmi4
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