Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Key in the appropriate settings and click on Create e.g.
Memory Limit | 200Mi (This value is suitable for the OpenShift Starter plan which limits total memory to 1GB) |
Database Service Name | jogetdb |
MySQL Connection Username | joget |
MySQL Connection Password | joget |
MySQL Database Name | jwdb |
...
Add Environment Variables to match the previously configured database settings for the MySQL container and click on Deploy e.g.
MYSQL_HOST | jogetdb |
MYSQL_PORT | 3306 |
MYSQL_DATABASE | jwdb |
MYSQL_USER | joget |
MYSQL_PASSWORD | joget |
By default, the created pod (a pod is a group of one or more containers) is only allocated 512 MiB memory so we will need to allocate more resources to avoid memory errors.
...