I have setup KIE workbench and everything is running fine. I am unable to understand how to manage the deployments in the production environment. I have to do two things.
How to manage users/roles/groups in dev and prod environment. I have users/roles/groups and project setup in dev environment. Is there a better way to deploy the same settings to production?
I have created some rules in dev environment. What is the best way to backup my data and deploy on production.
I can speak from experience. I have installed KIE Workbench both in dev as in prod. I've used the same method to manage the users/roles in prod as well as in dev.
As for the rules, what I do is I clone the repository from the dev environment to my local machine and then I upload the files individually to the workbench in prod (e.g., drl files). It is not very efficient but it works.