jcontrols:deploy_linux:index
Table of Contents
Deploying to a Linux PC
Before deploying to a Linux PC, be sure to set up the Linux PC's runtime environment.
- Build the project in Release mode.
- Open the project's output folder.
- Copy all files to a folder on the target PC.
- Run
mono {project_name}.exeto execute the application. If running the program through SSH, you may need to run <html>export DISPLAY=":0.0"
</html> first.
Copying Files Using scp
Copying files to the target PC can be done in many different ways. The following video demonstrates using the scp command on Windows 10 & 11. This method requires the target PC's SSH server to be enabled and running.
Copying Files Using FileZilla
To copy using a GUI program, try FileZilla client. This method also requires the target PC's SSH server to be enabled and running.
jcontrols/deploy_linux/index.txt · Last modified: by 127.0.0.1
