Code Ready Containers – Decision Management 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.
The first example here is the latest version of the Red Hat Decision Manager, version 7.5, installed on OpenShift Container Platform (either your own installation or using our Code Ready Containers installation).
Get started today with rules and business logic in just a few simple steps, as follows.
AppDev in Cloud with Red Hat Decision Manager Install Demo
This demo is to install Red Hat Decision 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.
- Ensure you have an OpenShift container based installation, such as one of the following:
- your own OpenShift installation, if using this you just need to pass the IP address to the init.{sh|bat} script.
- Code Ready Containers Easy Install
- Download and unzip this demo.
- Download Red Hat JBoss EAP & Red Hat Decision Manager, add to installs directory (see installs/README).
- 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 Decision Manager to start developing containerized process automation projects (the address will be generated by OCP):
- Code Ready Container example: http:rhcs-rhdm-install-demo-appdev-in-cloud.apps-crc.testing/decision-central ( u:erics / p:redhatdm1! )
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 – Decision Management developer tools update Opinions expressed by System Code Geeks contributors are their own. |