Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Red Hat OpenShift is the industry’s most comprehensive enterprise Kubernetes platform, and operators are the modern way to automate infrastructure management tasks. A new Joget DX8 Operator has now been released to further simplify and accelerate app development on Red Hat OpenShift. It has achieved Red Hat OpenShift Operator Certification, and is now available in the OpenShift Embedded OperatorHub.
These steps assume that you already have a running OpenShift 4 cluster. You can access https://try.openshift.com/ and select Openshift 4 playground to setup a new cluster.
Login to the OpenShift console as the cluster admin
Browse to Operators > OperatorHub and search for Joget DX8
Select the Joget DX 8 Operator, and click on the Install button
Click on the Install button to install the Joget DX 8 Operator.
Browse to Catalog > Installed Operators and select Joget DX 8 Operator to confirm that the operator has been installed successfully.
Now that the Joget Operator has been installed, login to the OpenShift console as a normal user.
Browse to Projects and click on the Create Project button. Enter a name and click on Create.
As a prerequisite, you will need to deploy either a MySQL or MariaDB database in the project.
The fastest way to deploy MySQL would be to use the OpenShift CLI e.g.:
# deploy persistent mysql export DB_APP_NAME=jogetdb export MYSQL_DATABASE=jwdb export MYSQL_USER=joget export MYSQL_PASSWORD=joget oc new-app openshift/mysql-persistent --name $DB_APP_NAME -p DATABASE_SERVICE_NAME=$DB_APP_NAME -p MYSQL_USER=$MYSQL_USER -p MYSQL_PASSWORD=$MYSQL_PASSWORD -p MYSQL_DATABASE=$MYSQL_DATABASE
Alternatively, you can deploy using the OpenShift Console.
Browse to the project, go to Workloads and click on add page.
Select Database.
Search for MySQL.
Select MySQL then click on Instantiate Template.
Key in the following configuration and click on Create.
Go to Workloads → Deployment Configs to verify that the MySQL database has been deployed successfully.
Browse to Operators > Installed Operators.
Select the Joget DX 8 Operator, and click on Create Instance.
By default the configuration for “name” is “example-joget” and “size” is 1 (the number of required Joget instances). Modify the values as required, click Create.
The Joget DX 8 Operator will automatically start to deploy the required number of Joget DX 8 instances along with all the required resources, which should take a few minutes.
Select the created Joget name, and click on Resources to see the resources automatically created and managed by the Joget DX 8 Operator.
Click on Events to see the events as they happen
Browse to Home > Projects and select the Joget DX project. Click on Workloads tab and select Joget DX deployment. After a few minutes, you should see at least 1 available MATCHING PODS.
Select Resources to see the created Services and Routes. Copy the Location in the created Route. That is the URL to access Joget DX from an external browser.
Access the Joget DX 8 URL and in the Database Setup page, key in the database configuration of the database deployed earlier and click on the Save button.
Once the setup is completed, click on Done and you will be brought to the Joget DX App Center.