-
Notifications
You must be signed in to change notification settings - Fork 6
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
How to display multiple catalogues in the web application #214
Comments
Related: #114 |
You should do it in two steps:
Please add the following line:
remove the lines
|
Thanks, it works great! I had already created the symlinks out of suspicion. (In my case it has to be |
Unfortunately it is not documented indeed (as I aware nobody wanted to host multiple dashboards). I made a ticket for that so it will be documented, and there will be a section for this topic. Thanks for spotting this issue! |
We are happy to be the first ones ;) |
Closing |
We have two catalogues and would them displayed in the web application. Is that feasible?
The README states:
So i tried in
config/configuration.cnf
:The web app shows only the latter one under the
[BASE URL]/qa-catalogue/
path.I also tried some Apache configurations as suggested in the README:
but no luck, requesting
[BASE URL]/hbz/
results in 404.It is not clear to me how this is intended to work. The web application is installed under
/var/www/html/qa-catalogue
. We are using the Docker setup of the main qa-catalogue project.The text was updated successfully, but these errors were encountered: