Skip to content

Commit 255c33f

Browse files
committed
web-ui: Also shows SPARQL query URL
1 parent ee79cbd commit 255c33f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run/web-ui

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ done
6060
set -- "${POSITIONAL[@]}" # restore positional parameters
6161

6262
browse_url="http://localhost:$port/#/dataset/$dataset_name/query"
63+
query_url="http://localhost:$port/$dataset_name/query"
6364

6465
ensure_java_version
6566
ensure_tool "$JENA_FUSEKI_HOME" "$JENA_FUSEKI_DL_URL" "Apache Jena Fuseki"
@@ -69,6 +70,7 @@ echo "Starting Apache Jena Fuseki on '$db_dir' ..."
6970
echo
7071
echo "Once it is started, you are ready to run SPARQL queries"
7172
echo "in your browser under: $browse_url"
73+
echo "Or query it with SPARQL on: $query_url"
7274
echo
7375
cd "$build_dir"
7476
"$jena_fuseki_server" \

0 commit comments

Comments
 (0)