oldportal / ManufacturingExecutionSystem

BPMN-based discrete manufacturing processes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OldPortal ManufacturingExecutionSystem

Activiti BPMN2-based discrete manufacturing processes scheduler.

Spring/JSF/database example application.

Entry points:

http://localhost:8080/

http://localhost:8080/actuator

REST Documentation

http://localhost:8080/swagger-ui.html

Build & Run

mvn package

java -jar target/manufacturing-execution-system.jar

Docker image Build & Run

mvn dockerfile:build

docker run -p 8080:8080 -t com.oldportal/manufacturing-execution-system:0.1-SNAPSHOT

Full Docker deploy cycle

mvn package

mvn dockerfile:build

mvn verify

mvn dockerfile:push

Maven dependency on the project Docker image

com.oldportal manufacturing-execution-system 0.1-SNAPSHOT docker-info

About

BPMN-based discrete manufacturing processes

License:MIT License


Languages

Language:Java 69.2%Language:HTML 28.9%Language:Dockerfile 1.9%