Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/en/docs/private-platform/pmp-user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/private-platform/quickstart/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ 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.
Expand Down