1

I have instances of the Drools workbench on two different machines. I am interested in transferring projects, repositories and workflows from one machine to the other. How is this accomplished? Thanks!

B Olsen
  • 11
  • 3

1 Answers1

1

This could be easily achieved by cloning - using git - the repositories from the kie-wb instances, moving whatever file/project you want and pushing the changes to the target kie-wb.

You can use the answer in this other question as a guide on how to clone a git repository from a kie-wb instance.

Of course, Drools' documentation itself is a valuable place to get started too.

Hope it helps,

Community
  • 1
  • 1
Esteban Aliverti
  • 6,259
  • 2
  • 19
  • 31