Project to automate the installation of this product without preconfiguration beyond a single admin user.
There are three options available to you for using this demo: local, OpenShift and Docker.
The following software is required to run this demo:
- JBoss EAP 7.2 zip archive
- Red Hat Decision Manager: Decision Central 7.3.0 deployable for EAP7
- Red Hat Decision Manager: KIE-Server 7.3.0 deployable for EE8
- 7-Zip (Windows only): to overcome the Windows 260 character path length limit, we need 7-Zip to unzip the Decision Manager deployable.
-
Add the EAP zip archive and Decision Manager deployables to the installs directory.
-
Run
init.sh
(Linux/macOS) orinit.ps1
(Windows) file. -
Start the runtime:
./target/jboss-eap-7.1/bin/standalone.sh'
(Linux/macOS) or.\target\jboss-eap-7.1\bin\standalone.ps1
(Windows) -
Login to Decision Central at: http://localhost:8080/decision-central (u:dmAdmin / p:redhatdm1!)
-
Enjoy the installed and configured Red Hat Decision Manager 7.
This demo can be installed on Red Hat OpenShift in various ways. We'll explain the different options provided.
All installation options require an oc
client installation that is connected to a running OpenShift instance. More information on OpenShift and how to setup a local OpenShift development environment based on the Red Hat Container Development Kit can be found here.
NOTE
The Red Hat Decision Manager 7 - Decision Central image requires a Persistent Volume which has both ReadWriteOnce
(RWO) and ReadWriteMany
(RWX) Access Types. If no PVs matching this description are available, deployment of that image will fail until a PV of that type is available.
This installation option will install the Decision Manager 7 and Decision Service in OpenShift using a single script, after which the demo project needs to be manually imported.
-
Run the
init-openshift.sh
(Linux/macOS) orinit-openshift.ps1
(Windows) file. This will create a new project and application in OpenShift. -
Login to your OpenShift console. For a local OpenShift installation this is usually: https://{host}:8443/console
-
Open the project "RHDM7 Install Demo". Open the "Overview" screen. Wait until the 2 pods, "rhdm7-install-rhdmcentr" and "rhdm7-install-kieserver" have been deployed.
-
Open the "Applications -> Routes" screen. Click on the "Hostname" value next to "rhdm7-install-rhdmcentr". This opens the Decision Central console.
-
Login to Decision Central (u:dmAdmin, p:redhatdm1!)
-
Enjoy the installed and configured Red Hat Decision Manager 7.
This installation option will install the Decision Manager 7 and Decision Service in OpenShift using the provided provision.sh
(Linux/macOS) or provision.ps1
(Windows) script, which gives the user a bit more control how to provision to OpenShift.
-
In the demo directory, go to
./support/openshift
. In that directory you will find theprovision.sh
(Linux/macOS) andprovision.ps1
(Windows) script. -
Run
./provision.sh -h
(Linux/macOS) or./provision.ps1 -h
(Windows) to inspect the installation options. -
To provision the demo, with the OpenShift ImageStreams in the project's namespace, run
./provision.sh setup rhdm7-install --with-imagestreams
(Linux/macOS) or./provision.sh -command setup -demo rhdm7-install -with-imagestreams
(Windows)
NOTE
The
with-imagestreams
parameter installs the Decision Manager 7 image streams and templates into the project namespace instead of theopenshift
namespace (for which you need admin rights). If you already have the required image-streams and templates installed in your OpenShift environment in theopenshift
namespace, you can omit thewith-imagestreams
from the setup command.
-
A second useful option is the
--pv-capacity
(Linux/macOS)/-pv-capacity
(Windows) option, which allows you to set the capacity of the Persistent Volume used by the Decision Central component. This is for example required when installing this demo in OpenShift Online, as the Persistent Volume Claim needs to be set to1Gi
instead of the default512Mi
. So, to install this demo in OpenShift Online, you can use the following command:./provision.sh setup rhdm7-install --pv-capacity 1Gi --with-imagestreams
(Linux/macOS) or./provision.ps1 -command setup -demo rhdm7-install -pv-capacity 1Gi -with-imagestreams
(Windows). -
After provisioning, follow the instructions from above "Option 2 - Automated installation, manual project import", starting at step 3.
-
To delete an already provisioned demo, run
./provision.sh delete rhdm7-install
(Linux/macOS) or./provision.ps1 -command delete -demo rhdm7-install
(Windows).
The following steps can be used to configure and run the demo in a container
-
Add the EAP zip archive and Decision Manager deployables to the installs directory.
-
Run the
init-docker.sh
(Linux/macOS) orinit-docker.ps1
(Windows) file. -
Start the container:
docker run -it -p 8080:8080 -p 9990:9990 jbossdemocentral/rhdm7-install-demo
-
Login to Decision Central at: http://<CONTAINER_HOST>:8080/decision-central (u:dmAdmin / p:redhatdm1!)
-
Enjoy the installed and configured Red Hat Decision Manager 7.
See the tagged releases for the following versions of the product:
- v1.3 - Red Hat Decision Manager 7.3.0.GA
- v1.2 - Red Hat Decision Manager 7.2.0.GA
- v1.1 - Red Hat Decision Manager 7.1.0.GA
- v1.0 - Red Hat Decision Manager 7.0.0.GA