Difference between revisions of "Workdocumentation 2022-08-23"

From BITPlan ceur-ws Wiki
Jump to navigation Jump to search
(Created page with "{{PageSequence|prev=Workdocumentation 2022-08-21|next=Workdocumentation 2022-08-24|category=Workdocumentation}} = Participants = = Agenda = new server = New Server =")
 
Line 1: Line 1:
{{PageSequence|prev=Workdocumentation 2022-08-21|next=Workdocumentation 2022-08-24|category=Workdocumentation}}
+
{{PageSequence|prev=Workdocumentation 2022-08-22|next=Workdocumentation 2022-08-24|category=Workdocumentation}}
 
= Participants =
 
= Participants =
  
Line 6: Line 6:
 
new server
 
new server
 
= New Server =
 
= New Server =
 +
 +
== qlever dblp ==
 +
<source lang='bash'>
 +
wf@wikidata:/hd/mantax/qlever$ git clone https://github.com/ad-freiburg/qlever-control
 +
Cloning into 'qlever-control'...
 +
remote: Enumerating objects: 399, done.
 +
remote: Counting objects: 100% (239/239), done.
 +
remote: Compressing objects: 100% (150/150), done.
 +
remote: Total 399 (delta 94), reused 211 (delta 88), pack-reused 160
 +
Receiving objects: 100% (399/399), 125.08 KiB | 7.36 MiB/s, done.
 +
Resolving deltas: 100% (149/149), done.
 +
wf@wikidata:/hd/mantax/qlever$ mkdir dblp
 +
wf@wikidata:/hd/mantax/qlever$ cd dblp
 +
wf@wikidata:/hd/mantax/qlever/dblp$ . ../qlever-control/qlever
 +
 +
QLEVER CONFIG
 +
 +
Checking your PATH ...
 +
Added the directory "/hd/mantax/qlever/qlever-control" to your PATH
 +
 +
Setting up bash autocompletion ...
 +
Done, number of completions: 35
 +
 +
Creating new Qleverfile ...
 +
No pre-configuration name specified (as argument of ". qlever"). Copied default
 +
Qleverfile to current directory, please edit and check.
 +
 +
Setup is complete
 +
Type qlever and use autocompletion to see which actions are available. Add a
 +
"show" in the end to see what an action does without executing it (for example,
 +
qlever index show). Edit your local Qleverfile to change settings. A typical
 +
sequence of actions if you have used a preconfigured Qleverfile is:
 +
 +
qlever get-data
 +
qlever index
 +
qlever start
 +
qlever example-query
 +
</source>

Revision as of 08:41, 24 August 2022

Participants

Agenda

new server

New Server

qlever dblp

wf@wikidata:/hd/mantax/qlever$ git clone https://github.com/ad-freiburg/qlever-control
Cloning into 'qlever-control'...
remote: Enumerating objects: 399, done.
remote: Counting objects: 100% (239/239), done.
remote: Compressing objects: 100% (150/150), done.
remote: Total 399 (delta 94), reused 211 (delta 88), pack-reused 160
Receiving objects: 100% (399/399), 125.08 KiB | 7.36 MiB/s, done.
Resolving deltas: 100% (149/149), done.
wf@wikidata:/hd/mantax/qlever$ mkdir dblp
wf@wikidata:/hd/mantax/qlever$ cd dblp
wf@wikidata:/hd/mantax/qlever/dblp$ . ../qlever-control/qlever 

QLEVER CONFIG

Checking your PATH ...
Added the directory "/hd/mantax/qlever/qlever-control" to your PATH

Setting up bash autocompletion ...
Done, number of completions: 35

Creating new Qleverfile ...
No pre-configuration name specified (as argument of ". qlever"). Copied default
Qleverfile to current directory, please edit and check.

Setup is complete
Type qlever and use autocompletion to see which actions are available. Add a
"show" in the end to see what an action does without executing it (for example,
qlever index show). Edit your local Qleverfile to change settings. A typical
sequence of actions if you have used a preconfigured Qleverfile is:

qlever get-data
qlever index
qlever start
qlever example-query