From d6368a89b20c0c50eebb09a268c7d04fea9c9940 Mon Sep 17 00:00:00 2001 From: katarzyna_koltun Date: Fri, 21 Aug 2026 18:50:29 +0200 Subject: [PATCH 1/2] PMP dtap mode --- content/en/docs/private-platform/quickstart/_index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/en/docs/private-platform/quickstart/_index.md b/content/en/docs/private-platform/quickstart/_index.md index d8ebf094e1a..5d7c2009ddc 100644 --- a/content/en/docs/private-platform/quickstart/_index.md +++ b/content/en/docs/private-platform/quickstart/_index.md @@ -27,13 +27,17 @@ Before you start the installation process, review the following considerations: Private Mendix Platform can run with FIPS-compliant encryption across the entire Platform, including Mendix Runtime, Private Mendix Platofrm itself, Mendix Operator, and Studio Pro. -#### Installation Mode +#### Installation Method -You can perform the installation in one of the following modes: +You can perform the installation by using one of the following methods: * [With GUI](/private-mendix-platform/interactive-installation/), where you manually install Private Mendix Platform components * [With Helmfile](/private-mendix-platform/helmfile-installation/), where you use Helmfile to automatically install Private Mendix Platform components. +#### DTAP Mode + +During the instllation, you can select the environment purpose (Development, Test, Acceptance, or Production). For Private Mendix Platform, environment with the Development and Test purpose operate in Development DTAP mode, while Acceptance and Production environments operate in Production DTAP mode. + #### Installation Order Start the process by installing the Mendix Operator before you install the components. Components are dependent on the Operator. Because of that, if you try to install a component without installing the Operator, the installation process fails and displays an error message. From e94477046bff4934ac27e6c228a2ca8ffb4b7493 Mon Sep 17 00:00:00 2001 From: katarzyna_koltun Date: Fri, 21 Aug 2026 19:11:13 +0200 Subject: [PATCH 2/2] sme review --- content/en/docs/private-platform/pmp-user-guide.md | 4 ++++ content/en/docs/private-platform/quickstart/_index.md | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/private-platform/pmp-user-guide.md b/content/en/docs/private-platform/pmp-user-guide.md index 3db373f0f89..3614a283d01 100644 --- a/content/en/docs/private-platform/pmp-user-guide.md +++ b/content/en/docs/private-platform/pmp-user-guide.md @@ -118,6 +118,10 @@ In the **Deploy** section, you can configure the environment to which your app w 5. Click **Next**. 6. After the environment is created, you can use the **Details** menu to perform additional actions such as deleting the environment, or starting and stopping the app. +### DTAP Mode + +You can select the environment purpose (Development, Test, Acceptance, or Production). For Private Mendix Platform, environment with the Development and Test purpose operate in Development DTAP mode, while Acceptance and Production environments operate in Production DTAP mode. + ## Managing Marketplace Content If your organization has enabled the Marketplace for your Private Mendix Platform, you can build your own connectors and modules, and then share them on the Marketplace, so that other teams from your organization can use the connector in their own apps. diff --git a/content/en/docs/private-platform/quickstart/_index.md b/content/en/docs/private-platform/quickstart/_index.md index 5d7c2009ddc..0068372dbf7 100644 --- a/content/en/docs/private-platform/quickstart/_index.md +++ b/content/en/docs/private-platform/quickstart/_index.md @@ -34,10 +34,6 @@ You can perform the installation by using one of the following methods: * [With GUI](/private-mendix-platform/interactive-installation/), where you manually install Private Mendix Platform components * [With Helmfile](/private-mendix-platform/helmfile-installation/), where you use Helmfile to automatically install Private Mendix Platform components. -#### DTAP Mode - -During the instllation, you can select the environment purpose (Development, Test, Acceptance, or Production). For Private Mendix Platform, environment with the Development and Test purpose operate in Development DTAP mode, while Acceptance and Production environments operate in Production DTAP mode. - #### Installation Order Start the process by installing the Mendix Operator before you install the components. Components are dependent on the Operator. Because of that, if you try to install a component without installing the Operator, the installation process fails and displays an error message.