CodeReady Containers - Getting Started with OpenShift 4.5 and Decision Management Tooling
For some time now we've been working on updating your experience using CodeReady Containers, a container platform installation for your local machine, by pro...
Join the DZone community and get the full member experience.
Join For FreeFor some time now we've been working on updating your experience using CodeReady Containers, a container platform installation for your local machine, by providing interesting developer tooling and project examples.
The first example here is the latest version of the Red Hat Decision Manager installed on OpenShift Container Platform (either your own installation or using our CodeReady Containers installation).
Get started today with rules and business logic in just a few simple steps, as follows.
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 demo is to install Red Hat Decision Manager in the Cloud based on leveraging a Red Hat OpenShift Container Platform delivering 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 CodeReady 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.
-
- Download and unzip this demo.
- Run 'init.sh' or 'init.bat' file. 'init.bat' must be run with Administrative privileges:
# If using your own installation just point to Openshift Container Platform IP Address
# as follows:
#
$ ./init.sh 192.168.99.100 # example for OCP.
# If using CodeReady Containers or the CodeReady 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):
- CodeReady 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 at DZone with permission of Eric D. Schabell, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
5 Key Concepts for MQTT Broker in Sparkplug Specification
-
File Upload Security and Malware Protection
-
From On-Prem to SaaS
-
Chaining API Requests With API Gateway
Comments