joseesco24 / brms

My first attempt to create an enterprise architecture that left all the business logic in charge to enterprise systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dummy Enterprises Process Management System

My first attempt to create an enterprise architecture that left all the business logic in charge to enterprise systems, the idea is to use a BPMS and a BRMS as the main systems, but the architecture is also going to integrate a ERP and maybe in the future some custom developments. All the architecture is going to be implemented in Docker for this exercise.


Exposed Services

Almost all the enterprise systems used in the project expose a web admin interface, the web admin interfaces and the needed credentials are listed here.


Jboss Jbpm Server

Main interface

Url: http://localhost:5440/business-central

Admin User Credentials

User Name: wbadmin
Password: wbadmin


Openltablets Server

Main interface

Url: http://localhost:5438/


Docker Compose Project Commands

Note: Before running any of these commands be sure that your CWD is dummy_enterprises_process_management_system directory.

Docker Compose Build Image Using Compose File

docker-compose -f compose_files/project.build.yaml build

Docker Compose Start Project Using Compose File

docker-compose -f compose_files/project.yaml up

Docker Compose Stop Project Using Compose File

docker-compose -f compose_files/project.yaml down

About

My first attempt to create an enterprise architecture that left all the business logic in charge to enterprise systems.

License:The Unlicense


Languages

Language:Dockerfile 91.2%Language:Shell 8.8%