You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two local datasets each running it's own docker instances of Qlever and Qlever-UI. I tried to configure them with the same ports in the respective Qleverfie but the second one wouldn't start. So I gave the second one different ports and open the UI in a different browser window. Is that how it's supposed to be - each dataset its own containers for database and UI - or am I missing something?
In the Qleverfile I tried to name the UI like my dataset, e.g.
[ui]
UI_CONFIG = myDataset
but that was rejected (so I used default). Of course, this is mainly a cosmetic issue, just asking.
In the web UI I can't have all my datasets in the dropdown menu. Again, mostly a cosmetic issue but probably related to the questions above, and maybe there is an easy fix?
The text was updated successfully, but these errors were encountered:
It's not really hard. Please feel free to give it a shot and play around and let us know if you have questions. It is on our TODO list to write documentation for this use case (the README.md in the repo is a bit out of date).
@hannahbast Thank you for the clarification! It is not a pressing need for me, so I'll probably not play with the source anytime soon, but thanks for the pointer.
I have two local datasets each running it's own docker instances of Qlever and Qlever-UI. I tried to configure them with the same ports in the respective Qleverfie but the second one wouldn't start. So I gave the second one different ports and open the UI in a different browser window. Is that how it's supposed to be - each dataset its own containers for database and UI - or am I missing something?
In the Qleverfile I tried to name the UI like my dataset, e.g.
but that was rejected (so I used
default
). Of course, this is mainly a cosmetic issue, just asking.In the web UI I can't have all my datasets in the dropdown menu. Again, mostly a cosmetic issue but probably related to the questions above, and maybe there is an easy fix?
The text was updated successfully, but these errors were encountered: