Skip to content

Commit cf95cee

Browse files
Include chmod instruction for Linux ZIP extraction
Added note about setting executable permissions for Linux. Please give a look at the wording, but this alert is helpful as customers can struggle with testing.
1 parent c05e013 commit cf95cee

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)