Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 822 Bytes

README.md

File metadata and controls

51 lines (26 loc) · 822 Bytes

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