Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
I can't find instructions in the documentation or scripts within the src code that would allow me to make modifications to the Installer/installation process. How does one do this?
Environment Linux
in Standard by (140 points)

1 Answer

0 votes

Knowage relies on Maven for depedency managament and building process.

You can checkout Knowage source codes at https://github.com/KnowageLabs/Knowage-Server and build all the engines in one shot by executing mvn clean install under knowage-ce-parent.

Obviously, as Knowage uses Maven, you can use Maven features/plugin do extend the building process with you customization. To do so, please refer to Maven documentation

by (15.2k points)
...