ad-freiburg / qlever-ui

A user interface for QLever
Apache License 2.0
21 stars 15 forks source link

Following instructions for running without docker does not lead to running instance #43

Open WolfgangFahl opened 2 years ago

WolfgangFahl commented 2 years ago

I tried following https://github.com/ad-freiburg/qlever-ui/blob/master/docs/install_qleverui.md#running-qlever-ui-without-docker

IMHO there are several failing steps and it seems some more detail information is missing to get an instance of the qlever-ui running locally:

python manage.py makemigrations —-merge && python manage.py migrate
No installed app with label '—-merge'.

I hoped to be able to run things without this step and got as far as the UI appearing with

./manage.py runserver sun.bitplan.com:8000
Watching for file changes with StatReloader
Performing system checks...

System check identified no issues (0 silenced).
February 12, 2022 - 09:55:54
Django version 3.2.12, using settings 'qlever.settings'
Starting development server at http://sun.bitplan.com:8000/
Quit the server with CONTROL-C.

grafik

When trying to import things as explained in https://github.com/ad-freiburg/qlever-ui/blob/master/docs/configure_qleverui.md i failed in understanding what was expected and ended up with a misconfigured system. I now started all over with a fresh clone and i'd love to see detailed instructions on how to continue after https://wiki.bitplan.com/index.php/WikiData_Import_2022-01-29#Starting_Server_.283_min.29