Knowage-Server-Docker
Knowage-Server-Docker copied to clipboard
how can edit UI, css, tittle, description in a docker compose instance?
how can edit UI, css, tittle, description in a docker compose instance?
Hi, on the 8.1, the UI is a compiled VUE SPA application. You cannot edit CSS directly without building the knowage-vue project in our main repo and replacing the resulting WAR file into the Docker image with a volume.
I suggest you to start Knowage as a Docker container on localhost, port 8080, the following the instuctions written on:
https://github.com/KnowageLabs/Knowage-Server/blob/master/knowage-vue/README.md
Give cheatsheet pls for make own images and contribute may be...