This project aims to provide a framework for exploiting Business Process Management Notation and Systems (BPMN, BPMS) in order to support workplace e-learning.
The design and the development of this framework are supported by the LabSEDC at CNR-ISTI.
backend
: BPMLS Backend Engine and Conceptsfrontend
: BPMLS Frontend and GUI
- maven
- git
- Java 8
First of all, clone the repository.
git clone https://github.com/venkatapathy/bpmls-framework.git
Then, once cloned, you can trigger a build with maven from the root directory.
cd ./bpmls-framework
mvn clean install
Enter into the backend part of the project and run with maven:
cd ./bpmls-framework/backend
mvn spring-boot:run
Now with a browser access to: http://localhost:24098
THIS WILL COME SOON
Apache License 2 (http://www.apache.org/licenses/
)