You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Marmotta
19
19
If you do not already have a marmotta instance, you can use an instance that runs off of jetty by running the following
20
20
rake task:
21
21
22
-
rake ldfwrapper:install
22
+
rake ldfjetty:install
23
23
24
24
Once that finishes, please copy config/jetty.yml.sample to config/jetty.yml. You can change the defaults.
25
25
@@ -35,7 +35,7 @@ Blazegraph
35
35
If you do not already have a blazegraph instance, you can use an instance that runs off of jetty by running the following
36
36
rake task:
37
37
38
-
rake ldfwrapper:install
38
+
rake ldfjetty:install
39
39
40
40
Once that finishes, please copy config/ldfjetty.yml.sample to config/ldfjetty.yml. You can change the defaults.
41
41
@@ -66,4 +66,4 @@ Resolving a subject uri
66
66
-----------------------
67
67
68
68
In the default config, this would be something like [http://localhost:3000/http://dbpedia.org/resource/Berlin?format=jsonld](http://localhost:3000/http://dbpedia.org/resource/Berlin?format=jsonld)
69
-
assuming that you have marmotta running and that linked data source configured in marmotta.
69
+
assuming that you have marmotta running and that linked data source configured in marmotta.
0 commit comments