DevOps

Code Ready Containers – Process Automation developer tools update

For some time now we’ve been working on updating your experience using Code Ready Containers, a container platform installation for your local machine, by providing interesting developer tooling and project examples.

There is no better way to learn about container technologies, container platforms, and container-based application development than getting hands-on with great open technologies.

This example is the latest version of the Red Hat Process Automation Manager, version 7.5, installed on OpenShift Container Platform (either your own installation or using our Code Ready Containers installation).

Get started today with processes, user tasks, forms, rules, and business logic in just a few simple steps, as follows.

AppDev in Cloud with Red Hat Process Automation Manager Install Demo

This demo is to install Red Hat Process Automation Manager in the Cloud based on leveraging any Red Hat OpenShift Container Platform. It delivers a fully functioning Decision Manager containerized on OpenShift Container Platform.

Install on OpenShift Container Platform

There are two options to install and run this project on the OpenShift Container Platform; use your own existing installation or to install on Code Ready Containers which provides you with a local OpenShift cluster.

  1. Ensure you have an OpenShift container based installation, such as one of the following:
  1. Download and unzip this demo.  
  2. Download Red Hat JBoss EAP & Red Hat Process Automation Manager, add to installs directory (see installs/README).
  3. Run ‘init.sh’ or ‘init.bat’ file. ‘init.bat’ must be run with Administrative privileges:
1
2
3
4
# If using your own installation just point to Openshift Container Platform IP Address
   # as follows:
   #
   $ ./init.sh 192.168.99.100  # example for OCP.
1
2
3
4
5
6
7
8
# If using Code Ready Containers or the Code Ready Containers Easy Install project, just add the cluster
   # address to HOST_IP variable found at the top of the init.{sh|bat} files, for example:
   #
   # HOST_IP=api.crc.testing 
   #
   # Now just run the script without any IP address arguments and it picks up that hostname as follows:
   #
   $ ./init.sh

Now log in to Red Hat Process Automation Manager to start developing containerized process automation projects (the address will be generated by OCP):

  • Code Ready Container example: http:rhcs-rhpam-install-demo-appdev-in-cloud.apps-crc.testing/business-central ( u:erics / p:redhatpam1! )

Not sure how to get started with Red Hat Decision Manager? Try one of these online workshops to build a first project from scratch.

Published on System Code Geeks with permission by Eric Schabell, partner at our SCG program. See the original article here: Code Ready Containers – Process Automation developer tools update

Opinions expressed by System Code Geeks contributors are their own.

Eric Schabell

Eric D. Schabell is the JBoss technology evangelist for Integration and BPM products at Red Hat. He is a writer, cyclist and software engineer but not always in that order.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Back to top button