Difference between revisions of "Wikidata Import 2024-02-18"
Jump to navigation
Jump to search
Line 32: | Line 32: | ||
docker.io/adfreiburg/qlever-ui:latest | docker.io/adfreiburg/qlever-ui:latest | ||
+ | </source> | ||
+ | = QLever control = | ||
+ | https://github.com/ad-freiburg/qlever-control | ||
+ | <source lang='bash' highlight='1,9-10,13'> | ||
+ | git clone https://github.com/ad-freiburg/qlever-control.git | ||
+ | Cloning into 'qlever-control'... | ||
+ | remote: Enumerating objects: 1118, done. | ||
+ | remote: Counting objects: 100% (876/876), done. | ||
+ | remote: Compressing objects: 100% (432/432), done. | ||
+ | remote: Total 1118 (delta 399), reused 788 (delta 375), pack-reused 242 | ||
+ | Receiving objects: 100% (1118/1118), 247.70 KiB | 949.00 KiB/s, done. | ||
+ | Resolving deltas: 100% (513/513), done. | ||
+ | cd qlever-control/ | ||
+ | git checkout python-qlever | ||
+ | Branch 'python-qlever' set up to track remote branch 'python-qlever' from 'origin'. | ||
+ | Switched to a new branch 'python-qlever' | ||
+ | pip install . | ||
+ | Defaulting to user installation because normal site-packages is not writeable | ||
+ | Processing /home/wf/source/python/qlever-control | ||
+ | Installing build dependencies ... done | ||
+ | Getting requirements to build wheel ... done | ||
+ | Preparing metadata (pyproject.toml) ... done | ||
+ | Building wheels for collected packages: UNKNOWN | ||
+ | Building wheel for UNKNOWN (pyproject.toml) ... done | ||
+ | Created wheel for UNKNOWN: filename=UNKNOWN-0.0.0-py3-none-any.whl size=5111 sha256=83e57ed4efe8c8115d3d266f05a0cb97388cfc42f0f17bba900da02ba9c31bef | ||
+ | Stored in directory: /home/wf/.cache/pip/wheels/07/95/58/79d49197785a6e837569fd3f894d646428d2e272f53582c762 | ||
+ | Successfully built UNKNOWN | ||
+ | Installing collected packages: UNKNOWN | ||
+ | Successfully installed UNKNOWN-0.0.0 | ||
</source> | </source> |
Revision as of 08:22, 18 February 2024
Docker
docker pull adfreiburg/qlever
Using default tag: latest
latest: Pulling from adfreiburg/qlever
01007420e9b0: Pull complete
460c63749ea2: Pull complete
91b2277608b5: Pull complete
c1a82dc7696f: Pull complete
4593d1466d3e: Pull complete
84b5c44e1220: Pull complete
46cc3c2a5eaf: Pull complete
Digest: sha256:80bc5f65dc9fe7cf5cd4c7ce326cdf97773a218d53534f3262c858a03b0e6d40
Status: Downloaded newer image for adfreiburg/qlever:latest
docker.io/adfreiburg/qlever:latest
docker pull adfreiburg/qlever-ui
Using default tag: latest
latest: Pulling from adfreiburg/qlever-ui
59bf1c3509f3: Pull complete
07a400e93df3: Pull complete
64052ee245ef: Pull complete
a44d093ad4a5: Pull complete
0381087ee065: Pull complete
91c88323734b: Pull complete
fdcee6d0309d: Pull complete
e6b2715c1d5d: Pull complete
b9c9f00cb678: Pull complete
3f12ea50b177: Pull complete
Digest: sha256:7f4b358d6a127e512979074de0c6e84f250a37bca46c494d8e04a62844716e48
Status: Downloaded newer image for adfreiburg/qlever-ui:latest
docker.io/adfreiburg/qlever-ui:latest
QLever control
https://github.com/ad-freiburg/qlever-control
git clone https://github.com/ad-freiburg/qlever-control.git
Cloning into 'qlever-control'...
remote: Enumerating objects: 1118, done.
remote: Counting objects: 100% (876/876), done.
remote: Compressing objects: 100% (432/432), done.
remote: Total 1118 (delta 399), reused 788 (delta 375), pack-reused 242
Receiving objects: 100% (1118/1118), 247.70 KiB | 949.00 KiB/s, done.
Resolving deltas: 100% (513/513), done.
cd qlever-control/
git checkout python-qlever
Branch 'python-qlever' set up to track remote branch 'python-qlever' from 'origin'.
Switched to a new branch 'python-qlever'
pip install .
Defaulting to user installation because normal site-packages is not writeable
Processing /home/wf/source/python/qlever-control
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: UNKNOWN
Building wheel for UNKNOWN (pyproject.toml) ... done
Created wheel for UNKNOWN: filename=UNKNOWN-0.0.0-py3-none-any.whl size=5111 sha256=83e57ed4efe8c8115d3d266f05a0cb97388cfc42f0f17bba900da02ba9c31bef
Stored in directory: /home/wf/.cache/pip/wheels/07/95/58/79d49197785a6e837569fd3f894d646428d2e272f53582c762
Successfully built UNKNOWN
Installing collected packages: UNKNOWN
Successfully installed UNKNOWN-0.0.0