Skip to content

fabricads/docker-bpms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker JBoss BPMS

Before build this docker image it's necessary put in this directory the files jboss-eap-7.0.0.zip and jboss-eap-7.0.7-patch.zip, jboss-bpmsuite-6.4.0.GA-deployable-eap7.x.zip and jboss-bpmsuite-6.4.5-patch.zip, you can download the file at Red Hat JBoss Enterprise Application Platform and Red Hat JBoss BPM Suite

Clone

git clone https://github.com/fabricads/docker-bpms

Build docker image

docker build -t redhat/bpms:6.4.5 docker-bpms

Run docker container

docker run -d --name redhat-bpms -p 8080:8080 -p 9990:9990 redhat/bpms:6.4.5

Browser

Go to Business Central

To share your local server to internet install ngrok and run ngrok http 8000