Skip to content

Commit 800e286

Browse files
proofreading task for apps deployment
1 parent 8b53843 commit 800e286

File tree

1 file changed

+54
-51
lines changed

1 file changed

+54
-51
lines changed

content/en/docs/control-center/apps/deployed-apps.md

Lines changed: 54 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,17 @@ no_list: true
88

99
## Introduction
1010

11-
The **Deployed Apps Overview** page provides a comprehensive view of all the apps within your company. On this page, you can find detailed information about each app, including its name, ID, Technical Contact, status, number of environments, and the number of [cloud tokens](/control-center/entitlements/#cloud-tokens) used, if applicable. Additionally, this page allows you to provision and offboard environments for apps on Mendix Cloud. Moreover, you can email or download the license keys for your apps directly from this page.
12-
The **Deployed Apps Overview** page has the following tabs: [Mendix Cloud](#mendix-cloud), [Free Apps](#free-apps), and [Apps with License Keys](#apps-license-keys).
11+
The **Deployed Apps Overview** page provides a comprehensive view of all the apps deployed within your company. For each deployed app, you can view details such as its name, ID, Technical Contact, status, number of environments, and, if applicable, the number of [cloud tokens](/control-center/entitlements/#cloud-tokens) used.
12+
13+
Additionally, this page allows you to provision and offboard environments for apps on Mendix Cloud, and email or download the license keys for your apps.
14+
1315
If you click the **...** icon in the upper-right corner, you can access the following pages that allow you to [make requests to Mendix Support](/support/submit-support-request/#submitting):
1416

15-
* [Resize Environment](/support/new-app-node-request-template/#resize) – requests a container size change
16-
* [Offboard Environment](/support/new-app-node-request-template/#offboard) – requests that an app is offboarded
17+
* [Resize App](/support/new-app-node-request-template/#resize) – requests a container size change
18+
* [Offboard App](/support/new-app-node-request-template/#offboard) – requests that an app is offboarded
19+
* [Add new App](/new-app-node-request-template/#new-node) – requests a new app addition
20+
21+
The **Deployed Apps Overview** page has the following tabs: [Mendix Cloud](#mendix-cloud), [Free Apps](#free-apps), and [Apps with License Keys](#apps-license-keys).
1722

1823
## Mendix Cloud {#mendix-cloud}
1924

@@ -25,34 +30,31 @@ This feature is in beta. To see if this capability can be activated for your com
2530

2631
The list on this tab shows the following information:
2732

28-
* **App Name** – This is the name of the app. To view the [app environment details](#mendix-cloud-app-environment), click the app name.
29-
* **Technical Contact** – This shows the registered email address for sending license keys to. If the Technical Contact is not correct, you can change it by clicking the edit icon ({{% icon name="pencil" %}}) next to the email address. Every app can only have one Technical Contact. After you change the Technical Contact, both the new and the old contact receive a notification email about the change.
30-
31-
* **Status** – This shows whether app is active or not.
32-
* **Env Count** – This is the number of the environments available for this app.
33-
* **Credits Used** – This shows the number of credits that the app has used.
33+
* **App Name** – The name of the app. To view the [app environment details](#mendix-cloud-app-environment), click the app name.
34+
* **Technical Contact** – The registered email address to which license keys are sent. Each app can only have one Technical Contact. If the Technical Contact is not correct, you can change it by clicking the edit icon ({{% icon name="pencil" %}}) next to the email address and selecting a new Technical Contact from the list. After you update the Technical Contact, both the new and the old contact will receive a notification email.
35+
* **Status** – Indicates whether app is active.
36+
* **Env Count** – The number of the environments available for the app.
37+
* **Credits Used** – The total number of credits the app has used.
3438

3539
### App Environment Details {#mendix-cloud-app-environment}
3640

37-
If you click the name of an app in the list, a page opens and shows the app environment details.
41+
When you click the name of an app in the list, a page opens showing the app's environment details.
3842

3943
{{< figure src="/attachments/control-center/apps/deployed-apps/cloud-provisioning.png" alt="cloud provisioning page for an app" >}}
4044

41-
On the top, you can see the app name, credits used, and the Technical Contact. The labels below show whether the app is licensed or active.
42-
43-
To quickly change the Technical Contact for your app, click **Edit** by the name of the Technical Contact, and then select the new Technical Contact from the list. Every app can only have one Technical Contact. After you change the Technical Contact, both the new and the old contact receive a notification email about the change.
45+
The top of the page includes information about the app name, the number of cloud tokens used, and the Technical Contact. There are also labels which indicate whether the app is licensed or active.
4446

45-
On the right side above the list, you see the **Add Environment** button. You can click it to [add a new environment](#add-environment).
47+
In the upper-right corner, above the list, there is the **Add Environment** button. Click it to [add a new environment](#add-environment).
4648

47-
The list shows the all the environments available for the app, with the following columns:
49+
The list shows all the environments available for the app, with the following columns:
4850

49-
* **Environment**This is the name of the environment.
50-
* **Resource Pack**This is the resource pack selected for the environment.
51-
* **Running State**This shows whether the app is running or not deployed.
52-
* **Production**This shows whether the environment is a production environment.
53-
* **URL** – This shows the URL of the environment.
54-
* **Mendix Version**This shows the Mendix version.
55-
* **Credits Used**This shows the number of the credit that the environment has used.
51+
* **Environment**The name of the environment
52+
* **Resource Pack** The selected resource pack for the environment
53+
* **Running State**Indicates whether the app is running or not deployed
54+
* **Production**Shows whether the environment is a production environment
55+
* **URL** – The public URL of the environment
56+
* **Mendix Version**The Mendix version
57+
* **Credits Used**The number of the credits used by the environment
5658
* **Action**
5759
* **Offboard** – Clicking this button starts [offboarding an environment](#offboard-environment)
5860

@@ -68,7 +70,7 @@ To add a new environment for your app, click the name of an app, and then click
6870

6971
#### Offboarding an Environment {#offboard-environment}
7072

71-
To offboard an environment, click **Offboard**, which is available for stopped environments. After that, confirm that you have made any necessary backups, and type *Offboard* to confirm.
73+
To offboard an environment, click **Offboard**, which is available for stopped environments. After that, confirm that you have made all the necessary backups, and type *Offboard* to confirm.
7274

7375
{{< figure src="/attachments/control-center/apps/deployed-apps/offboarding.png" width= 50% alt="confirming the offboarding" class="no-border" >}}
7476

@@ -82,49 +84,51 @@ The **Free Apps** tab shows all the apps deployed to Mendix Free Cloud.
8284

8385
The list shows the following information:
8486

85-
* **App Name** – This is the name of the app.
86-
* **App ID** – This shows the app/project ID.
87-
* **Technical Contact** – This shows the registered email address for sending license keys to. If the Technical Contact is not correct, you can change it by clicking the edit icon ({{% icon name="pencil" %}}) next to the email address. Every app can only have one Technical Contact. After you change the Technical Contact, both the new and the old contact receive a notification email about the change.
88-
89-
* **Status** – This shows whether app is active or not.
87+
* **App Name** – The name of the app.
88+
* **App ID** – The app/project ID.
89+
* **Technical Contact** – The registered email address to which license keys are sent. Each app can only have one Technical Contact. If the Technical Contact is not correct, you can change it by clicking the edit icon ({{% icon name="pencil" %}}) next to the email address and selecting a new Technical Contact from the list. After you update the Technical Contact, both the new and the old contact will receive a notification email.
90+
* **Status** – Indicates whether app is active or not.
9091

9192
## Apps with License Keys {#apps-license-keys}
9293

93-
The **Apps with License Keys** tab provides an overview of all apps for which license keys have been issued to their respective key contacts. You can find the latest version of license keys for these app environments here. This includes all your apps deployed on Mendix for Private Cloud Standalone, Docker, Cloud Foundry buildpack, and on-premises environments.
94+
The **Apps with License Keys** tab provides an overview of all apps for which license keys have been issued to their respective Technical Contacts. This includes all your apps deployed on Mendix for Private Cloud Standalone, Docker, Cloud Foundry buildpack, and on-premises environments. You can find the latest version of license keys for these app environments here.
95+
96+
License keys are aligned with your Mendix contracts and need to be applied by you to each app. Every app environment (such as test, acceptance, and production) requires its own license key.
9497

95-
License keys here are aligned with your contracts with Mendix and need to be applied by you to each individual app. Each app environment (such as test, acceptance, and production) needs its own license key. Any changes to licenses require the Technical Contacts to reapply license keys to their respective app environments. For example, when contracts are created or renewed, new license keys are automatically generated. Then these new license keys must be applied to the environments of the app for which the contract was changed. For details on how to apply license keys, see the [Activating a Mendix License](/developerportal/deploy/licensing-apps-outside-mxcloud/#activate-mendix-license) section in *Licensing Apps*.
98+
Any changes to licenses require the Technical Contacts to reapply license keys to their respective app environments. For example, when contracts are created or renewed, new license keys are automatically generated. Then these new license keys must be applied to the environments of the app for which the contract was changed. For details on how to apply license keys, see the [Activating a Mendix License](/developerportal/deploy/licensing-apps-outside-mxcloud/#activate-mendix-license) section in *Licensing Apps*.
9699

97100
On the **Apps with License Keys** tab, you can do the following:
98101

99-
* View your apps with issued license keys.
100-
* See active license keys for all environments of an app.
101-
* Delete license keys for environments that are no longer in use.
102-
* Resend licenses to the Technical Contacts of your on-premises deployed apps or download all licenses to your local device.
103-
* Quickly change Technical Contacts for these apps and resend keys as needed.
102+
* View your apps with issued license keys
103+
* See active license keys for all environments of an app
104+
* Delete license keys for environments that are no longer in use
105+
* Resend licenses to the Technical Contacts of your on-premises deployed apps or download all licenses to your local device
106+
* Quickly change Technical Contacts for these apps and resend keys as needed
104107

105108
You can download all the license keys by clicking {{% icon name="download-bottom" %}} **Download all keys** on the right side above the list.
106109

107110
The list shows the following information:
108111

109-
* **App Name**This is the name of the app. To view [app environment details](#apps-license-keys-app-environment), click the app name.
112+
* **App Name**The name of the app. Click the app name to view the [app environment details](#apps-license-keys-app-environment).
110113

111114
{{% alert color="info" %}}The app name shown here is the name that was initially given to the app when the license keys were generated. Your current app name may be different.{{% /alert %}}
112115

113-
* **Technical Contact** – This shows the registered email address to which the license keys are sent. If the Technical Contact is not correct, you can change it by clicking the edit icon ({{% icon name="pencil" %}}) next to the email address. Every app can only have one Technical Contact. After you change the Technical Contact, both the new and the old contact receive a notification email about the change.
116+
* **Account Name** – The name of the account.
117+
* **Technical Contact** – The registered email address to which license keys are sent. Each app can only have one Technical Contact. If the Technical Contact is not correct, you can change it by clicking the edit icon ({{% icon name="pencil" %}}) next to the email address and selecting a new Technical Contact from the list. After you update the Technical Contact, both the new and the old contact will receive a notification email.
114118

115-
* **Created Date**This is the date on which the app was originally created.
119+
* **Created Date**The date the app was originally created.
116120

117-
* **Actions**You can carry out actions with the following icons:
118-
* {{% icon name="email" %}} – Clicking this emails the license keys of the app to the registered Technical Contact.
119-
* {{% icon name="download-bottom" %}} – Clicking this downloads the license keys to your local computer. The license keys can then be applied to the app for which they were created.
121+
* **Actions**Clicking any of these icons performs one of the following actions:
122+
* {{% icon name="email" %}} – Emails the app's license keys to the registered Technical Contact.
123+
* {{% icon name="download-bottom" %}} – Downloads the license keys to your local computer. The license keys can then be applied to the app for which they were created.
120124

121125
### App Environment Details {#apps-license-keys-app-environment}
122126

123-
After clicking an app name in the list, a page opens and shows the environments that belong to that app, together with the license start and end dates. This page allows you to verify the validity of your license keys and download or email them to the Technical Contact of the app.
127+
After clicking an app name in the list, a page opens displaying the environments associated with that app, along with the license start and end dates. On this page, you can verify the validity of your license keys and download or email them to the Technical Contact of the app.
124128

125-
At the upper-left corner the page, you see the name of the app, the email address of the Technical Contact, and the date that will be used as the license end date when new keys are generated.
129+
In the upper-left corner the page, there is the name of the app, the email address of the Technical Contact, and the date that will be used as the license end date when new keys are generated.
126130

127-
To quickly change the Technical Contact for your app, click the edit icon ({{% icon name="pencil" %}}) by the name of the Technical Contact, and then select the new Technical Contact from the list. Every app can only have one Technical Contact. After you change the Technical Contact, both the new and the old contact receive a notification email about the change.
131+
To quickly change the Technical Contact for your app, click the edit icon ({{% icon name="pencil" %}}) by the name of the Technical Contact, and then select the new Technical Contact from the list. After you change the Technical Contact, both the new and the old contact will receive a notification email about the change. Each app can only have one Technical Contact.
128132

129133
On the right side above the list, you can see the following buttons:
130134

@@ -134,20 +138,19 @@ On the right side above the list, you can see the following buttons:
134138

135139
The list below show the details of the environments with the following columns:
136140

137-
* **Environment**This shows the names of the environments that belong to the app that you selected.
138-
* **ServerID**This shows the server IDs that were used to generate the license keys for each environment.
139-
* **LicenseID**This shows the ID of the license that was emailed to the Technical Contact when the license keys were generated. This unique identifier allows you to reference and manage your licenses, ensuring they align with the licenses in your various environments.
141+
* **Environment**The names of the environments that belong to the app that you selected.
142+
* **ServerID**The server IDs used to generate the license keys for each environment.
143+
* **LicenseID**The ID of the license that was emailed to the Technical Contact when the license keys were generated. This unique identifier allows you to reference and manage your licenses, ensuring they align with the licenses in your various environments.
140144
* **Start Date** and **End Date** – Your license keys are valid between these two dates. An app needs an active contract with a future end date to keep working.
141-
* **Actions** – You can carry out an action with the following icon:
142-
* {{% icon name="trash-can" %}} – Clicking this offboards that license from the database. Before the action is completed, a dialog box opens to ask for your confirmation. When the last license of an app is offboarded, the app is automatically offboarded and will no longer show up on the **Apps with License Keys** tab.
145+
* **Actions** – Clicking {{% icon name="trash-can" %}} offboards that license from the database. Before the action is completed, a dialog box opens to ask for your confirmation. When the last license of an app is offboarded, the app is automatically offboarded and will no longer show up on the **Apps with License Keys** tab.
143146

144147
### Frequent Asked Questions {#license-keys-faq}
145148

146149
#### How Do We Know If Our Company Has Apps with Issued License Keys?
147150

148151
The latest version of license keys created for the apps are shown on the **Apps with License Keys** tab on the **Deployed Apps** page in Control Center.
149152

150-
Several deployment options require the Technical Contact to manually apply license keys to the app environments. For details on how to apply license keys, see the [Activating a Mendix License](/developerportal/deploy/licensing-apps-outside-mxcloud/#activate-mendix-license) section in Licensing Apps.
153+
Several deployment options require the Technical Contact to manually apply license keys to the app environments. For details on how to apply license keys, see the [Activating a Mendix License](/developerportal/deploy/licensing-apps-outside-mxcloud/#activate-mendix-license) section in *Licensing Apps*.
151154

152155
In some exceptional cases, the Technical Contact may also receive license keys for other deployment models. As a Mendix Admin, you are aware of these.
153156

0 commit comments

Comments
 (0)