Linux – How do I change the deployment path for Linux?

How do I change the deployment path for Linux?… here is a solution to the problem.

How do I change the deployment path for Linux?

Use Delphi 11 Alexandria on Windows 10 PCs. I’m deploying to a cloud “Linux” server. This works, but the paths it uses on Linux are too complicated and not what I want.

DocWiki tells me to change the remote machine information in the Connection Profile. But I don’t see any such fields.

So, how do I change the path on a Linux machine?

Solution

One place to set the target directory for each deployment file is from the Delphi main menu: Projects -> Deployment, where you can select a given platform and release type. You can edit fields directly in the displayed list.

enter image description here

Note that PAServer runs in restricted mode by default and does not place files outside the staging directory. Check the documentation for PAServer to learn how command-line arguments run without restrictions.

Related Problems and Solutions