Skip to content

Commit 5fb7890

Browse files
authored
Merge pull request #8831 from mendix/revert-8829-revert-8821-kk-pmp-installation
PMP installer updates for Dec 31st
2 parents 74cc1ab + fa5db7d commit 5fb7890

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

content/en/docs/private-platform/pmp-quickstart.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -141,16 +141,21 @@ Private Cloud License Manager is a required component of Private Mendix Platform
141141
3. Specify the following parameters:
142142
143143
* **Databasetype** – The database type, either **postgres** (default) or **sqlserver**.
144+
* **DB Authentication mode** - The authentication mode for the database:
145+
* **static** (default)
146+
* **aws-irsa**
147+
* **azure-wi**
144148
* **Host** – The host name of the database service.
145-
* **DBName** – The name of the database where you want to hold the PCLM data.
146-
* **DBUser** – A database user with the rights described in the prerequisites section.
147-
* **DBPassword** – The password for the database user.
148-
* **port** – The port used to access the database. The default value is *5432*.
149-
* **Strict TLS** – Whether the database uses strict TLS. The default value is *false*.
150-
* **ssl Cert File** – If Strict TLS is set to *true*, provide the location of the SSL Root certificate file. If Strict TLS is set to *false*, leave this field blank.
151-
* **ImageRepo** – The location of the image repo, for example, `private-cloud.registry.mendix.com/privatecloud-license-manager`
152-
* **ImageTag** – The docker image tag, for example, `0.3.0`.
153-
* **Admin password** – A new PCLM admin password. When the PCLM server is set up, it contains an *administrator* user with a default password. This password should be modified immediately.
149+
* **Port** – The port used to access the database. The default value is *5432*.
150+
* **Database Name** – The name of the database where you want to hold the PCLM data.
151+
* **Database User** – A database user with the rights described in the prerequisites section.
152+
* **Database Password** – The password for the database user. This setting is available only when **DB Authentication mode** is set to **static**.
153+
* **AWS-iam-Role** – The AWS IAM role. This setting is available only when **DB Authentication mode** is set to **aws-irsa**.
154+
* **Azure-client-id** – The Azure client ID. This setting is available only when **DB Authentication mode** is set to **azure-wi**.
155+
* **ImageRepo** – The location of the image repo, for example, `private-cloud.registry.mendix.com/privatecloud-license-manager`.
156+
* **Imagetag** – The docker image tag, for example, `0.3.0`.
157+
* **DB SSL cert file** – If your database uses strict TLS, provide the location of the SSL Root certificate file. If not, leave this field blank.
158+
* **Admin Password** – A new PCLM admin password. When the PCLM server is set up, it contains an *administrator* user with a default password. This password should be modified immediately.
154159
* **PCLM Operator User** – A new PCLM operator user.
155160
* **PCLM Operator Password** – A new PCLM operator password.
156161
@@ -234,8 +239,8 @@ Install the Private Mendix Platform by doing the following steps:
234239
4. Click **Runtime**, and then specify the following parameters:
235240
236241
* **MxAdminPassword** - The password for the admin user. It must have at least one number, one upper case letter, one lower case letter and one symbol, with a minimum length of 12 characters.
237-
* **dtapmode** - For the development of the app, for example acceptance testing, select **D**. For production deployments, select **P**. If integrated with PCLM, you can keep the value as **D**.
238-
* **License Id/Secret** - Offline LicenseId (**UUID**) value provided by Mendix Support.
242+
* **dtapmode** - For production deployments, leave this value set to **P**. For the development of the app, for example acceptance testing, set the value to **D**.
243+
* **ApplicationRootUrl** - Optional. Manually specify the URL of your Private Mendix Platform, for example, for use with SSO or when sending emails. For more information about this functionality, see [ApplicationRootUrl Needs to be Set Manually](/developerportal/deploy/private-cloud-operator/#applicationrooturl-needs-to-be-set-manually).
239244
240245
{{< figure src="/attachments/private-platform/pmp-install8.png" class="no-border" >}}
241246
-479 KB
Loading

0 commit comments

Comments
 (0)