Remote configuration pycharm development on linux

1. First on your computer to store the new project file folder

2. Open the folder with pycharm, a deployment configuration

[tools] [deployment] [configuration ] [ New] [SFTP]
fill in the appropriate information
Connection page Note that the Root path is the parent directory project files need to be synchronized, do not slash behind the advanced settings need to be modified to encode UTF-8, set 10 seconds test time server with a local connection.
Mapping should also be noted that deplyment path on server required to complete the project relative path, such as / myproject, full path Root path merging is the project in front page of. the / root / myproject, also not back slash, the other need not be provided.
Excluded the Paths can be added separately on the local and remote servers do not need to be synchronized folders here is not provided.

Guess you like

Origin www.cnblogs.com/xiujin/p/11482781.html