Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
Is an all_in_one version coming for Knowage.

I am on a Mac, using it locally. Thank you for any answer.

Jar
in Data Set by (590 points)

1 Answer

0 votes
Dear jar

We are building an installer for MAC, but if you want ... try to use the installer for linux

Best Regards

Angelo
by (20.7k points)
Hello Angelo,

I tried using the Linux installer but that is not working. When I change the DB connection to Postgresql definition (DB is created and user can create schema's) it looks like it succeeds but after copying resources it is doing additional tasks and by updating database I get the following error.

Unable to define metadata schema

After OK the installer program quits.

I manually only created the DB in postgresql.app. I tried running the DB scripts which you can download from the website but I get 147 errors running that. So also no go.   

I did start the installer with sudo so rights should be no problem.
Hi Jar,
    Knowage CE installer requires MySQL. You can finalize an installation on MySQL, then switch to PostgreSQL this way:
- migrate the whole 2 schemas (structure + data) to PostgreSQL;
- fix resources in Knowage-Server-CE\conf\server.xml;
- fix SQL dialect in Knowage-Server-CE\webapps\knowage*\WEB-INF\classes\hibernate.cfg.xml;
- fix SQL dialect in Knowage-Server-CE\webapps\knowage\WEB-INF\classes\quartz.properties.

In the end please check logs after starting Knowage CE in order to debug any issue.
Best regards,

Francesco
...