8000 GitHub - Riqardos/PV207_jBPM
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Riqardos/PV207_jBPM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PV207_jBPM

Prerequisites

  • installed and running Docker

This showcase image contains default users and roles:

USER        PASSWORD    ROLE
*************************************************
wbadmin     wbadmin     admin,analyst,user,process-admin,kie-server
krisv       krisv       admin,analyst,user,process-admin,kie-server
john        john        analyst,Accounting,PM,kie-server
sales-rep   sales-rep   analyst,sales,kie-server
katy        katy        analyst,HR,kie-server
jack        jack        analyst,IT,kie-server

Some useful commands

# pull and run docker web app should be running on http://localhost:8080/business-central/ 
# first run can take a while
docker run -p 8080:8080 -p 8001:8001 -d --name jbpm-server-full jboss/jbpm-server-full:latest

# to show logs run 
docker logs -f --tail 100 jbpm-server-full

# to add jBPM remote
git remote add business-central ssh://wbadmin@localhost:8001/TestSpace/TestProject

# to pull project from jBPM
git pull business-central master 

# to push project to jBPM
git push business-central master 

# to push to our repo
git push origin master 

About

No description, website, or topics provided.

Resources

Stars

Watc 4048 hers

Forks

Releases

No releases published

Packages

No packages published
0