Following instructions for running without docker does not lead to running instance
Opened this issue · 0 comments
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.
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