Welcome to Knowage Q&A

Here you can read the Q&A history.

To get new community support please go to GitHub discussions (KnowageLabs/Knowage-Server · Discussions · GitHub).

0 votes
1 view
The current system for manually installing KnowAge requires you to interactively input arguments into the script as it progresses through the instal. Is there a way to perform this non-interactively without an expect script? I'd like to be able to install KnowAge via an AWS CloudFormation template. There should be a way to non-interactively install KnowAge by feeding it the parameters it needs to install from the commandline.

Michael North
Environment Linux AWS CloudFormation
in Installer by (140 points)

1 Answer

0 votes

Hi,

I'm sorry but at the moment we do not provide a non-interactive way to install Knowage.

Anyhow, if your are familiar with bash scripting, you could create your own bash script based on content from Knowage docker files:

by (15.2k points)
...