MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap
Revision 14 as of 2023-02-03 19:45:17
  • jbpm

jbpm

  • https://www.jbpm.org/

  • https://www.jbpm.org/learn/gettingStartedUsingSingleZipDistribution.html

jBPM is a toolkit for building business applications to help automate business processes and decisions

BPM makes the bridge between business analysts, developers and end users, by offering process management features and tools in a way that both business users and developers like it.

   1 cd ~
   2 wget https://download.jboss.org/jbpm/release/7.73.0.Final/jbpm-server-7.73.0.Final-dist.zip
   3 mkdir jbpm
   4 mv jbpm-server-7.73.0.Final-dist.zip jbpm/
   5 cd jbpm/
   6 unzip jbpm-server-7.73.0.Final-dist.zip
   7 # move war files out of deployments
   8 bin/standalone.sh
   9 ./add-user.sh wbadmin wbadmin # add management user wbadmin
  10 # http://127.0.0.1:9990 admin console
  11 # http://localhost:8080/business-central
  12 # Login/password: wbadmin/wbadmin 
  13 # OpenAPI Swagger http://localhost:8080/kie-server/docs
  14 # https://hub.docker.com/r/jboss/jbpm-server-full 
  15 docker run -p 8080:8080 -p 8001:8001 -p 9990:9990 -d --name jbpm-server-full jboss/jbpm-server-full:latest
  16 docker exec -it jbpm-server-full bash
  17 cd ../standalone/log
  18 tail -f server.log

Docker start

   1 docker run -p 8080:8080 -p 8001:8001 -p 9990:9990 -d --name jbpm-server-full jboss/jbpm-server-full:latest
   2 # http://127.0.0.1:9990 admin console
   3 # http://localhost:8080/business-central
   4 # Login/password: wbadmin/wbadmin 
   5 # OpenAPI Swagger http://localhost:8080/kie-server/docs
   6 # https://hub.docker.com/r/jboss/jbpm-server-full 
   7 docker exec -it jbpm-server-full bash
   8 cd ../standalone/log
   9 tail -f server.log

Predefined users

  • wbadmin/wbadmin
  • krisv/krisv
  • john/john
  • mary/mary
  • katy/katy
  • jack/jack
  • kieserver/kieserver1!
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01