Skip to content

Commit 2aa47b4

Browse files
authored
Merge pull request #10937 from mruiserrmendix/patch-11
Add alert about the Windows does not have the executability bit. +x on Linux
2 parents c05e013 + cf95cee commit 2aa47b4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • content/en/docs/deployment/general/pad

content/en/docs/deployment/general/pad/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ The Mendix admin port can be used to fetch metrics and other runtime data from a
6565
* For Windows Powershell, run the command `<your folder location>\bin\start.ps1`
6666
* For Linux, run the command `<your folder location>\bin\start`
6767

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+
6873
### Deploying to a Self-Hosted Environment
6974

7075
For more information about deploying to a self-hosted environment, refer to the following topics:

0 commit comments

Comments
 (0)