You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/deployment/general/licensing-apps/_index.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,8 @@ You will need to add the license credentials and configure the license in the Me
90
90
91
91
### Cloud Foundry{#cloudfoundry}
92
92
93
+
The following steps describe activating the license for deployments using the Cloud Foundry Buildpack. If you are deploying using Portable App Distribution, follow the steps in the [Portable App Distribution](#portableappdistribution) section below.
94
+
93
95
To activate a license on your app running on Cloud Foundry, you need the license credentials provided by Mendix Support.
94
96
95
97
The two environment variables `LICENSE_ID` and `LICENSE_KEY` need to be set to the values of the **LicenseId** and **LicenseKey** provided by Mendix Support. Do this by running the following two commands, replacing `<YOUR_APP>` with the name of your app.
@@ -103,6 +105,8 @@ Then restart the app so that the environment variables are read and the license
103
105
104
106
### Docker
105
107
108
+
The following steps describe activating the license for deployments using the Docker Buildpack. If you are deploying using Portable App Distribution, follow the steps in the [Portable App Distribution](#portableappdistribution) section below.
109
+
106
110
To activate a license on your app running in a Docker container, you need the license credentials provided by Mendix Support.
107
111
108
112
Two additional environment variables, `LICENSE_ID` and `LICENSE_KEY`, need to be set to the values of the **LicenseId** and **LicenseKey** provided by Mendix Support. To do this, add them to the startup command for your container.
@@ -133,6 +137,8 @@ For full instructions on how to do this, see [Activate a Mendix License on Micro
133
137
134
138
### Unix-Like Server
135
139
140
+
The following steps describe activating the license for deployments using the M2EE tool. If you are deploying using Portable App Distribution, follow the steps in the [Portable App Distribution](#portableappdistribution) section below.
141
+
136
142
To license a Mendix app on Linux or another Unix-like operating system, follow these steps:
137
143
138
144
1. Open the interactive m2ee console.
@@ -141,3 +147,20 @@ To license a Mendix app on Linux or another Unix-like operating system, follow t
141
147
4. Activate your license on the server, using the m2ee command `activate_license`.
142
148
143
149
For more instructions on how to do this, see [Linux Deployment](/developerportal/deploy/linux/).
0 commit comments