Skip to content

Commit e25a83f

Browse files
Naming Flexible apps in MxCloud
1 parent 8c86b70 commit e25a83f

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

content/en/docs/deployment/mendix-cloud-deploy/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ Pinning a project that has been marked for deletion unmarks it immediately. Chan
103103

104104
### Licensed App
105105

106-
A licensed app runs on a node with at least two environments: production and acceptance. If required, you can also add a test environment or use [Flexible Licensed Nodes](#flexible-environments). Your licensed app is linked to a node and can be deployed to any of these environments. It is possible to specify different [resource packs](#resource-pack) for each of these environments, but Mendix recommends that you make your production and acceptance environments the same size.
106+
A licensed app runs on a node with at least two environments: production and acceptance. If required, you can also add a test environment or use [Flexible Environments](#flexible-environments). Your licensed app is linked to a node and can be deployed to any of these environments. It is possible to specify different [resource packs](#resource-pack) for each of these environments, but Mendix recommends that you make your production and acceptance environments the same size.
107107

108108
{{% alert color="info" %}}
109109
Each environment can only run a single version of an app. Additionally, all the environments of a node should be used to run versions of the same app that is linked to the node.
110110
{{% /alert %}}
111111

112-
#### Flexible Licensed Nodes {#flexible-environments}
112+
#### Flexible Environments {#flexible-environments}
113113

114-
If the standard environments that you get with a licensed app do not meet your requirements, you can request a Mendix Cloud node with flexible licensed nodes. With flexible licensed nodes, you can specify how many environments you want in your node. You can also decide what to call them.
114+
If the standard environments that you get with a licensed app do not meet your requirements, you can request a Mendix Cloud node with Flexible Environments. With Flexible Environments, you can specify how many environments you want in your node. You can also decide what to call them.
115115

116116
### Database
117117

@@ -126,7 +126,7 @@ Apps that run on Mendix Cloud are automatically assigned their own URLs. The for
126126
| License Type | Environment | URL Format | Example URL |
127127
| ------------ | ----------- | ---------- | ----------- |
128128
| Licensed app | Production | Depends on the region:<br /> `{app-name}.mendixcloud.com`<br />or<br />`{app-name}.apps.{region}.mendixcloud.com` | `myappname.mendixcloud.com`, <br /> `myappname.apps.ap-3a.mendixcloud.com` |
129-
| Licensed app | Test, acceptance, flexible licensed nodes | Depends on the region:<br /> `{app-name}-{environment-type}.mendixcloud.com`<br />or<br />`{app-name}-{environment-type}.apps.{region}.mendixcloud.com` | `myappname-accp.mendixcloud.com`, <br /> `myappname-accp.apps.ap-3a.mendixcloud.com` |
129+
| Licensed app | Test, acceptance, flexible environments | Depends on the region:<br /> `{app-name}-{environment-type}.mendixcloud.com`<br />or<br />`{app-name}-{environment-type}.apps.{region}.mendixcloud.com` | `myappname-accp.mendixcloud.com`, <br /> `myappname-accp.apps.ap-3a.mendixcloud.com` |
130130
| Free App | N/A | `{app-name}-sandbox.mxapps.io`<br />or<br />`{app-name}.mxapps.io` | `myfreeappname.mxapps.io` |
131131

132132
{{% alert color="info" %}}Licensed apps run in clusters deployed on AWS. You can select the region for your app, but not for the cluster. Note that there can be multiple clusters in a region, and the URL of an app on some clusters in a region contains `apps.{region}`.{{% /alert %}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ In the **Application Status** section of the **General** tab, you can find the f
9292
* **Project ID** – the unique identifier of the app
9393
* **Environment ID** – the unique identifier of the environment
9494
* **Running Since** – the date the app was started, if it is running
95-
* **Display Name** – the type of environment (Acceptance, Production, Test, or the name of a [flexible licensed node](/developerportal/deploy/mendix-cloud-deploy/#flexible-environments)); for more information, see the [Naming of Environments](#naming) section below
95+
* **Display 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
9696
* **Subdomain Suffix** – the application's subdomain name
9797
* **URL** – the URL of the app
9898
* **Custom Domains** – any [custom domains](/developerportal/deploy/custom-domains/) of the app; to add a new domain, click **Add Custom Domain**

content/en/docs/deployment/mendix-cloud-deploy/licensing-apps/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In a node in Mendix Cloud, you may have one or more of these environments.
4949

5050
For a Free App, your app has a single environment where you can test your app. However, it comes with restrictions on how long it will run. In addition, you cannot scale the app, and the operational capabilities are limited. For details on the restrictions of a Free App, see [Mendix Cloud](/developerportal/deploy/mendix-cloud-deploy/#free-app).
5151

52-
In a licensed node, you have everything you need to stage and deploy your app. You can have several different environments to support development; for example, you can have test, acceptance, and production environments. With [Flexible Licensed Nodes](/developerportal/deploy/mendix-cloud-deploy/#flexible-environments) in Mendix Cloud, you can even specify the number and names of your environments. You can scale licensed environments by providing more memory or multiple instances, and you can configure and monitor them using the tools in the Mendix Portal.
52+
In a licensed node, you have everything you need to stage and deploy your app. You can have several different environments to support development; for example, you can have test, acceptance, and production environments. With [Flexible Environments](/developerportal/deploy/mendix-cloud-deploy/#flexible-environments) in Mendix Cloud, you can even specify the number and names of your environments. You can scale licensed environments by providing more memory or multiple instances, and you can configure and monitor them using the tools in the Mendix Portal.
5353

5454
## Prerequisites
5555

content/en/docs/howto8/mobile/hybrid-mobile/build-hybrid-apps/publishing-a-mendix-hybrid-mobile-app-in-mobile-app-stores.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To start the packaging process, follow these steps:
7373

7474
* For Free Apps, the only option is **Sandbox**
7575
* For apps running on a licensed cloud node, you can choose from **Test**, **Acceptance**, and **Production** (depending on what is available on your cloud node)
76-
* For apps using [Flexible Licensed Nodes](/developerportal/deploy/mendix-cloud-deploy/#flexible-environments) you will be able to select the environment from a drop-down list of environments.
76+
* For apps using [Flexible Environments](/developerportal/deploy/mendix-cloud-deploy/#flexible-environments) you will be able to select the environment from a drop-down list of environments.
7777

7878
10. Leave the default choice of how to build the package **Build Mobile App Store packages for me by sending the build configuration to Adobe PhoneGap Build** selected.
7979
You can use the alternate option to manually download a PhoneGap Build package, which you can then inspect, modify, and upload manually to Adobe PhoneGap Build (for more information, see [Customizing Local Build Packages](/howto8/mobile/customizing-phonegap-build-packages/)). This is unnecessary in most scenarios.

content/en/docs/marketplace/create-content/create-solutions/sol-adapt/sol-architecting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The customer model instances run with [IP protection](/appstore/creating-content
6868

6969
### Customers Without Adaptation
7070

71-
Not all customers might require model adaptation. This means they can run on an unmodified version of the original solution model. In this case, Mendix recommends distributing and deploying a deployment package (MDA), which also prevents inspection in the Mendix model and ensures seamless upgrades. This can be combined with [flexible licensed nodes](/developerportal/deploy/mendix-cloud-deploy/#flexible-environments) and/or a multi-tenancy setup.
71+
Not all customers might require model adaptation. This means they can run on an unmodified version of the original solution model. In this case, Mendix recommends distributing and deploying a deployment package (MDA), which also prevents inspection in the Mendix model and ensures seamless upgrades. This can be combined with [flexible environments](/developerportal/deploy/mendix-cloud-deploy/#flexible-environments) and/or a multi-tenancy setup.
7272

7373
If you need to adapt the model for a customer after it goes live, you can initialize a solution. If a database backup is restored to the newly created environment after initialization, no data is lost.
7474

content/en/docs/releasenotes/deployment/mendix-cloud.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For information on the current status of deployment to Mendix Cloud and any plan
4646

4747
#### New Features
4848

49-
* We have added a new feature in the **Environment Details** page for flexible licensed nodes. Users can now use non-Latin characters in the display name of their environment. The display name of an environment can be changed independent of the environment's subdomain.
49+
* We have added a new feature in the **Environment Details** page for flexible environments. Users can now use non-Latin characters in the display name of their environment. The display name of an environment can be changed independent of the environment's subdomain.
5050

5151
* We have added support for email internationalization. The emails sent by the Developer Portal will now be translated to the language set in user's profile.
5252

@@ -1409,11 +1409,11 @@ If you run services that connect to a `*.mendixcloud.com` endpoint AND use a sta
14091409

14101410
#### Improvements
14111411

1412-
* We have introduced *Flexible Licensed Nodes* for Mendix Cloud v4. This means that you can have more than three environments for your licensed node. More information is available [here](/developerportal/deploy/mendix-cloud-deploy/#flexible-environments). If you need more than three environments, contact [Mendix Support](/support/). Features of Flexible Licensed Nodes include the following:
1412+
* We have introduced *Flexible Environments* for Mendix Cloud v4. This means that you can have more than three environments for your licensed node. More information is available [here](/developerportal/deploy/mendix-cloud-deploy/#flexible-environments). If you need more than three environments, contact [Mendix Support](/support/). Features of Flexible Environments include the following:
14131413
* You can search for the environment for which you want to see details
14141414
* The Technical Contact can rename the environments
14151415
* The Technical Contact can re-order the environments
1416-
* As part of support for Flexible Licensed Nodes, we have made the following changes:
1416+
* As part of support for Flexible Environments, we have made the following changes:
14171417
* When deploying your application via the Developer Portal, you can choose the destination environment
14181418
* When viewing metrics, logs, backups, etc., you will have to choose the environment using a drop-down rather than clicking directly on the environment you want
14191419

0 commit comments

Comments
 (0)