Introduction
This document describes how to deploy a Mendix application with docker on a Red Hat Enterprise Linux (RHEL) 8.x server.
You'd better have some basic knowledge about common Linux command lines, git, docker, and database. This way, you can better understand the meaning of each command below, and be able to handle errors thrown when executing the commands below.
Steps
- Install git
- Download
docker-mendix-buildpack
- Install Docker
- Test whether the environment is already.
- Startup the PostgreSQL container
- Download the codes from the Mendix TeamServer repository
- Build docker image of your application
- Run the docker image
- Test the application
Refs:
- mendix/docker-mendix-buildpack at latest (github.com)
- Installing Docker CE and Docker compose on RHEL8 or RHEL9 (hcltechsw.com)
- Team Server | Mendix Documentation