Skip to content

Commit 687d320

Browse files
Merge pull request mendix#9016 from mendix/kk-env-details-2
Environments and Environment Details beta corrections
2 parents 758e504 + 308383c commit 687d320

8 files changed

Lines changed: 40 additions & 30 deletions

File tree

content/en/docs/deployment/mendix-cloud-deploy/environments-details-new.md

Lines changed: 36 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -27,35 +27,9 @@ To open the **Environment Details** page, go to [Apps](https://sprintr.home.mend
2727

2828
The **Environment Details** page shows information about the selected environment. You can use this page to manage and debug several aspects of the environment. The page has eight tabs: **General**, **Model Options**, **Network**, **Log Levels**, **Runtime**, **Maintenance**, **Tags**, and **Services**.
2929

30-
## The General Tab
30+
## Actions {#actions}
3131

32-
In the **Application Status** section of the **General** tab, you can find the following information about your environment:
33-
34-
* **Status**
35-
* {{% icon name="checkmark-circle-filled" color="green" %}} – The application in this environment is running.
36-
* {{% icon name="subtract-circle-filled" color="gray" %}} – No application has been started yet in this environment, or it has been turned off.
37-
* {{% icon name="alert-circle-filled" color="yellow" %}} – The application in this environment is experiencing some difficulties; check the alerts page or logs for more information.
38-
* {{% icon name="remove-circle-filled" color="red" %}} – The application in this environment is unstable and probably not usable anymore.
39-
* **Running since** – the date the app was started, if it is running
40-
* **Name** – the type of environment (Acceptance, Production, Test, or the name of a [flexible environment](/developerportal/deploy/mendix-cloud-deploy/#flexible-environments)); for more information, see the [Naming of Environments](#naming) section below
41-
* **Url** – the URL of the app
42-
* **Project ID** – the unique identifier of the app
43-
* **Environment ID** – the unique identifier of the environment
44-
* **Custom domains** – any [custom domains](/developerportal/deploy/custom-domains/) of the app; to add a new domain, click **Add Custom Domain**
45-
* **Java Version** – the JDK version selected for the MDA that is deployed to the environment
46-
* **Studio Pro Target** – a **Yes** or **No** value indicating whether the environment is the designated deployment target from Studio Pro; for more information, see [Studio Pro Deployment Settings](/developerportal/deploy/studio-deployment-settings/).
47-
* **Plan** – the type of plan covered by your license (for more information, see the [Overviews](/developerportal/deploy/environments-details/#overviews) section below)
48-
* **Instances** – a summary of the number and memory allocation of instances of the environment (for more information, see the [Scaling](#scaling) section below)
49-
* **Database Version** – the PostgreSQL version supporting the database
50-
* **Region** – the region of the data center where the app is hosted (for the full list of Mendix Cloud regions, see [Outgoing IP](/developerportal/deploy/mendix-ip-addresses/#outgoing))
51-
* **Secondary Backup Location** – the region where the backup is stored (for more information, see [Data Location](/developerportal/operate/backups/#data-location) in the *Backups* documentation)
52-
* **Mendix Cloud Version** – the version of Mendix Cloud where the app is hosted
53-
54-
At the bottom of the page, there are three sections showing the deployment package details, plan details, and license. These are described in detail below in the [Overviews](#overviews) section.
55-
56-
### Actions {#actions}
57-
58-
On the right side of the screen in the **General** tab, there are buttons and a **More Options** menu that you can use to perform various actions. Some action buttons are visible when your app is running, some are visible when your app is stopped, and some are always visible.
32+
On the top right side of the screen, there are buttons and a **More Options** menu that you can use to perform various actions. Some action buttons are visible when your app is running, some are visible when your app is stopped, and some are always visible.
5933

6034
{{% alert color="info" %}}Depending on your permissions, you may see only some of the action buttons described below. You can adjust your permissions settings on the [Permissions](/developerportal/deploy/node-permissions/) tab of your app's **Environments** page.{{% /alert %}}
6135

@@ -86,6 +60,32 @@ When your app is stopped, you can perform this set of action buttons instead:
8660
During a [maintenance window](/developerportal/deploy/maintenance-windows/), you cannot start, restart, or stop your app.
8761
{{% /alert %}}
8862

63+
## The General Tab
64+
65+
In the **Application Status** section of the **General** tab, you can find the following information about your environment:
66+
67+
* **Status**
68+
* {{% icon name="checkmark-circle-filled" color="green" %}} – The application in this environment is running.
69+
* {{% icon name="subtract-circle-filled" color="gray" %}} – No application has been started yet in this environment, or it has been turned off.
70+
* {{% icon name="alert-circle-filled" color="yellow" %}} – The application in this environment is experiencing some difficulties; check the alerts page or logs for more information.
71+
* {{% icon name="remove-circle-filled" color="red" %}} – The application in this environment is unstable and probably not usable anymore.
72+
* **Running since** – the date the app was started, if it is running
73+
* **Name** – the type of environment (Acceptance, Production, Test, or the name of a [flexible environment](/developerportal/deploy/mendix-cloud-deploy/#flexible-environments)); for more information, see the [Naming of Environments](#naming) section below
74+
* **Url** – the URL of the app
75+
* **Project ID** – the unique identifier of the app
76+
* **Environment ID** – the unique identifier of the environment
77+
* **Custom domains** – any [custom domains](/developerportal/deploy/custom-domains/) of the app; to add a new domain, click **Add Custom Domain**
78+
* **Java Version** – the JDK version selected for the MDA that is deployed to the environment
79+
* **Studio Pro Target** – a **Yes** or **No** value indicating whether the environment is the designated deployment target from Studio Pro; for more information, see [Studio Pro Deployment Settings](/developerportal/deploy/studio-deployment-settings/).
80+
* **Plan** – the type of plan covered by your license (for more information, see the [Overviews](/developerportal/deploy/environments-details/#overviews) section below)
81+
* **Instances** – a summary of the number and memory allocation of instances of the environment (for more information, see the [Scaling](#scaling) section below)
82+
* **Database Version** – the PostgreSQL version supporting the database
83+
* **Region** – the region of the data center where the app is hosted (for the full list of Mendix Cloud regions, see [Outgoing IP](/developerportal/deploy/mendix-ip-addresses/#outgoing))
84+
* **Secondary Backup Location** – the region where the backup is stored (for more information, see [Data Location](/developerportal/operate/backups/#data-location) in the *Backups* documentation)
85+
* **Mendix Cloud Version** – the version of Mendix Cloud where the app is hosted
86+
87+
At the bottom of the page, there are three sections showing the deployment package details, plan details, and license. These are described in detail below in the [Overviews](#overviews) section.
88+
8989
#### Clearing an Environment {#clear-environment}
9090

9191
The **Clear Environment** button lets you clear your environment so that you can use it for another purpose. This option is only available if the environment is stopped.
@@ -183,6 +183,8 @@ In this section, you can view the configured constants. Constants are used to de
183183

184184
To fill in a new value, select the constant and click **Edit** to bring up the **Edit Constant** dialog box.
185185

186+
{{< figure src="/attachments/deployment/mendix-cloud-deploy/environments-details-beta/edit-constant.png" class="no-border" >}}
187+
186188
In the **Edit Constant** dialog box, you can change the constant value using the **New value** field.
187189

188190
You can also set **Mask** to **Yes**. This changes the display settings for **Current value** and **New value**; if masking is enabled, all screens in the Mendix Portal (and in Excel if you export the constants) conceal these values and display a string of asterisks in their place. This lets you keep your constants secret from users who do not have edit rights.
@@ -195,14 +197,18 @@ For the changes to take effect, you must restart your application.
195197
When a constant is first introduced to a cloud deployment, its value is taken from the Studio Pro configuration. Any later changes to the constant value in Studio Pro will not be copied to the new deployment.
196198
{{% /alert %}}
197199

198-
Finally, you can export the constant values to an Excel file by clicking **Export to Excel**, or compare the values across different environments by clicking **Compare and Edit**.
199-
200200
For more information, see [Constants](/refguide/constants/).
201201

202+
#### Comparing Constants
203+
204+
You can export the constant values to an Excel file by clicking **Export to Excel**, or compare the values across different environments by clicking **Compare and Edit**.
205+
202206
### Scheduled Events
203207

204208
In this section, you can view your configured scheduled events.
205209

210+
{{< figure src="/attachments/deployment/mendix-cloud-deploy/environments-details-beta/edit-event.png" class="no-border" >}}
211+
206212
If you select a scheduled event and click **Toggle**, you can switch the scheduled event off and on.
207213

208214
{{% alert color="info" %}}

content/en/docs/deployment/mendix-cloud-deploy/environments-new.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ You can see the following information:
4747
* Version of the deployment package
4848
* Name of the deployment package
4949

50+
The most recent deployment package is shown in a banner on top of the page, along with a button to deploy it immediately.
51+
52+
{{< figure src="/attachments/deployment/mendix-cloud-deploy/environments-beta/deploy-mda.png" alt="" >}}
53+
5054
You can also perform the following actions:
5155

5256
* **Deploy** ({{< icon name="deploy" >}}) – Launches the [Deploy wizard](#deploy-wizard), where you can configure and start a new deployment for the selected environment.
157 KB
Loading
120 KB
Loading
90.6 KB
Loading
72 KB
Loading
81.9 KB
Loading
91.1 KB
Loading

0 commit comments

Comments
 (0)