Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker quickstart doc #1365

Open
NicoLaval opened this issue Jun 6, 2024 · 1 comment
Open

Docker quickstart doc #1365

NicoLaval opened this issue Jun 6, 2024 · 1 comment

Comments

@NicoLaval
Copy link

NicoLaval commented Jun 6, 2024

I tried to follow the quickstart doc with the olympic sample.

When I tried to index data with:

 chmod o+w . && docker run -it --rm -v $QLEVER_HOME/qlever-indices/olympics:/index --entrypoint bash adfreiburg/qlever -c "cd /index && xzcat olympics.nt.xz | IndexBuilderMain -F ttl -f - -l -i olympics -s olympics.settings.json | tee olympics.index-log.txt"

I received the following error:

Error in command-line argument: unrecognised option '-l'
Options for IndexBuilderMain:
...

Any help appreciated.

@joka921
Copy link
Member

joka921 commented Jun 12, 2024

Hi @NicoLaval
You should use the qlever control script (See the Quickstart section of the README.md) to get started with QLever. It automatically runs QLever via Docker with the correct settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants