User Tools

Site Tools


jcontrols:deploy_linux:index

Deploying to a Linux PC

Before deploying to a Linux PC, be sure to set up the Linux PC's runtime environment.

  1. Build the project in Release mode.
  2. Open the project's output folder.
  3. Copy all files to a folder on the target PC.
  4. Run mono {project_name}.exe to 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