Software release¶
You can download Knowage through the following links:
- Community Edition: http://www.knowage-suite.com/site/ce-download/
- Enterprise Edition: http://www.knowage-suite.com/portal (registration required)
A typical release contains three elements:
Installer, which gives you a step-by-step Knowage installation
Web Application Archives (WARs) and DDL scripts (to populate the schema used by Knowage for its metadata)
Table 5 Supported databases for DDL scripts¶ Supported databases MySQL / MariaDB Oracle Postgres
Optional: using MAC address for license¶
If you’re using a VM on AWS cloud and you want to use Knowage EE with license, you should be sure that hardware id doesn’t change every start and stop. To avoid this behaviour you can choose for using MAC address instead of default hardware id calculation. You just have to add this optional row in “setenv.sh” file:
export JAVA_OPTS="$JAVA_OPTS -Dmac.address.licensing=true"