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!
Asked
Active
Viewed 1,168 times
1 Answers
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
-
1How can I do this directly. I mean suppose I click on the "Build and Deploy" button in kie-wb and I want the target .jar file to reside on a remote server as soon as it is built and not on the local filesystem. – EdmDroid Feb 03 '18 at 14:10
-
@EdmDroid did you find a way to deploy the jar to a remote server ? – monsoonrainbow Jan 10 '19 at 07:06
-
@monsoonrainbow no – EdmDroid Jan 11 '19 at 13:16