JBoss Community

Building the jBPM-Console-NG and Form-Builder-NG

modified by Mauricio Salatino in jBPM - View the full document

This document describes the steps required to build and run the jBPM-Console-NG & the Form-Builder-NG project:

 

First you will need to clone both repositories from git:

 

1) git clone https://github.com/droolsjbpm/form-builder-ng.git

 

2) git clone https://github.com/droolsjbpm/jbpm-console-ng.git

 

There is a shared module right now that requires to be built before the both applications. This module is called: droolsjbpm-knowledge-services and it is located inside:

jbpm-console-ng.

 

3) cd jbpm-console-ng/droolsjbpm-knowledge-services/

 

4) mvn clean install

 

5) cd ../.. (to the root dir)

 

6) cd form-builder-ng/

 

7) mvn clean install

 

8) cd .. (to the root dir)

 

9) cd jbpm-console-ng

 

10) mvn clean install

 

Running the jBPM-Console-NG or the Form-Builder-NG

 

11) cd jbpm-console-ng/jbpm-console-ng-showcase

 

12) mvn gwt:run

 

13) the same for the form builder: inside form-builder-ng/form-builder-ng-showcase mvn gwt:run

Comment by going to Community

Create a new document in jBPM at Community