Pycharm remote server settings

Pycharm remote server settings

The pycharm remote connection to the server can only be done on the professional version. The free community version does not. Generally, the school mailbox can be used for one year for free, and it can be activated after one year.
Link: PyCharm Professional Edition-Free application for teachers and students .

After downloading the professional version of Pycharm, you can set up the remote server.

The remote setting of the server is relatively simple. Take my server as an example:
1. Need to connect to the campus network
2. Server IP: xxx.xxx.xxx.x, account xxx, password *********
3. Tools -> Deployment -> Configuration -> "+" in the upper left corner to create a new name -> Connection: Type SFTP; SSH configuration is added according to the server information; Test Connection is successful -> Mappings: Local path and Deployment path correspond to the local and server directories, this Corresponds to the path for subsequent uploads.
4. Finished.
Note: Pay attention to the consistency between the server code and the local code. Generally, open Tools -> Deployment -> automatic upload.

Guess you like

Origin blog.csdn.net/qq_35898332/article/details/110144533