Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Latest commit

 

History

History
94 lines (55 loc) · 4.29 KB

README.md

File metadata and controls

94 lines (55 loc) · 4.29 KB

Update: June 2018 moved to Gitlab.

App Dev Cloud with Financial Serivces Customer Evaluation

This demo is to install a financial services customer evaluation process driven application in the Cloud based on leveraging the OpenShift Container Platform (OCP). It delivers a fully functioning financial process for customer evaluation containerized on OCP.

The customer evaluation project demonstrates the BPM Suite process integration with rules. It is a straight through process (STP).

Install FSI Customer Evaluation on OpenShift

  1. (OPTIONAL) First ensure you have an OpenShift container based installation, such as one of the following installed first:
  1. Download and unzip this demo.

  2. Download JBoss EAP & JBoss BPM Suite, add to installs directory (see installs/README).

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

   # The installation needs to be pointed to a running version
   # of OpenShift, so pass an IP address such as:
   #
   $ ./init.sh 192.168.99.100  # example for OCP.

Log in to customer evaluation application to start exploring (the address will be generated by the init script):

Notes

Should your local network DNS not handle the resolution of the above address, giving you page not found errors, you can apply the following to your local hosts file:

$ sudo vi /etc/hosts

# add host for OCP demo resulution
192.168.99.100   rhcs-customereval-demo-appdev-in-cloud.192.168.99.100.nip.io 

If for any reason the installation breaks or you want a new installation, just remove the project entry in the OpenShift console and re-run the installation.


This project is pre-loaded into the JBoss BPM Suite, after starting it you can login, examine the rule, process, and data model from within the various product components.


Supporting Articles

Released versions

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

  • v1.1 - JBoss BPM Suite 6.4.0 and JBoss EAP 7.0.0 with customer evaluation deployed and available on CDK with Minishift.

  • v1.0 - JBoss BPM Suite 6.4.0 and JBoss EAP 7.0.0 with customer evaluation deployed on any OCP.

Cloud Pod

Cloud Build

Cloud Suite