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/pad/_index.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,11 @@ The Mendix admin port can be used to fetch metrics and other runtime data from a
65
65
* For Windows Powershell, run the command `<your folder location>\bin\start.ps1`
66
66
* For Linux, run the command `<your folder location>\bin\start`
67
67
68
+
{{% alert color="info" %}}
69
+
On Linux, if the ZIP was extracted on Windows, the +x flag is not preserved. Windows does not have the executability bit. You need to run the command `chmod +x ./bin/start` first.
70
+
{{% /alert %}}
71
+
72
+
68
73
### Deploying to a Self-Hosted Environment
69
74
70
75
For more information about deploying to a self-hosted environment, refer to the following topics:
0 commit comments