Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 748 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 748 Bytes

Protools - Flowable Engine 🦊

Demo Link

This prototype was build with Flowable Engine. At the moment, it only serves as a demonstration support.

License: MIT

Installation

Link to swagger

Installation via Docker (Recommended)

docker pull docker pull inseefr/protools-back-office
docker run -d --name protoolsflowable -p 8080:8080  docker pull inseefr/protools-back-office:experimental

Manual Install

git clone [email protected]:InseeFr/Protools-Back-Office.git
cd Protools-Back-Office
./mvnw spring-boot:run -Dmaven.test.skip