Author
|
zPlus <zplus@peers.community>
2023-11-15 09:33:21
|
Committer
|
zPlus <zplus@peers.community>
2023-11-15 09:33:21
|
Commit
|
8f87f18
(patch)
|
Tree
|
78fe97c
|
Parent(s)
|
|
Add instruction for starting up Fuseki.
commits diff:
f6c28b9..8f87f18
1 file changed,
3 insertions,
1 deletion
—
download
Diffstat
Diff options
+3/-1
M README.jena
15
|
15
|
|
|
16
|
16
|
|
It's also possible to start a standalone server (Fuseki) that is queryable via
|
17
|
17
|
|
HTTP. All you have to do is create the database first (with the above commands),
|
18
|
|
- |
and then start Fuseki. For an example see the "fuseki.service" file.
|
|
18
|
+ |
and then start Fuseki. See "fuseki.service" for an example.
|
|
19
|
+ |
|
|
20
|
+ |
JVM_ARGS="-Xmx8G" ./fuseki-server --loc=database --port=7000 /dokk
|