GithubHelp home page GithubHelp logo

miguelramosfdz / chapter-5-rules-demo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from effectivebpmwithjbossbpm/chapter-5-rules-demo

0.0 2.0 0.0 3.68 MB

Example project discussed in Chapter 5 of Effective Business Process Management with JBoss BPM book.

Batchfile 42.65% Shell 46.27% Visual Basic 11.08%

chapter-5-rules-demo's Introduction

Chapter 5 - Rules Demo

This is an example project for the Effective Business Process Management with JBoss BPM book, used in chapter 5. It is a project to automate the installation of the product JBoss BPM Suite with preconfigured admin user and sane project defaults along with the rules examples covered in this chapter.

Option 1 - Install on your machine

  1. Download and unzip.

  2. Add product installer to installs directory.

  3. Run 'init.sh' or 'init.bat' file. 'init.bat' must be run with Administrative privileges.

  4. Login to http://localhost:8080/business-central (u:erics / p:bpmsuite1!)

  5. Enjoy installed and configured JBoss BPM Suite.

Option 2 - Generate containerized installation

The following steps can be used to configure and run the demo in a container

  1. Download and unzip.

  2. Add product installer to installs directory.

  3. Build demo image.

    docker build -t effectivebpmwithjbossbpm/chapter-5-rules-demo .
    
  4. Start demo container

    docker run -it -p 8080:8080 -p 9990:9990 effectivebpmwithjbossbpm/chapter-5-rules-demo
    
  5. Login to http://<DOCKER_HOST>:8080/business-central (u:erics / p:bpmsuite1!)

    determine DOCKER_HOST with $ docker-machine env
    

Released versions

See the tagged releases for the following versions of the product:

  • v1.0 - JBoss BPM Suite 6.3.0, JBoss EAP 6.4.7 and rules examples installed.

BPM Suite

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.