How to setup flowable open source in my production environment

how to setup flowable open source in my production environment.
I want my mysql db as config
and how to setup the ui as well

Hi,

That is a very generic and broad question.
Could you provide some more details with what you need assistance?

Regards,

Yvo

Yes sure
I want to setup the opensource flowable 6.6 or 6.8 with ui (as 7.0 there is no ui ) for my organisation for production. I want to configure it with LDAP as well and Mysql db.

Hi,

did you look into the documentation and other forum topics about this?
On what part do you need assistance?

Regards,

Yvo

For db connection , i looked into forum but didnt get anything

To set the database connection configure these properties;

spring.datasource.driver-class-name=
spring.datasource.url=
spring.datasource.username=
spring.datasource.password=

Also have a look here;
Getting Started · Flowable Open Source Documentation and here Configuration · Flowable Open Source Documentation

Regards,

Yvo