Skip to content

oldportal/ManufacturingExecutionSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published