... | @@ -12,7 +12,7 @@ The rest of this page contains a short guide on how to setup remote deployment o |
... | @@ -12,7 +12,7 @@ The rest of this page contains a short guide on how to setup remote deployment o |
|
|
|
|
|
## Remote Deployment with PyCharm
|
|
## Remote Deployment with PyCharm
|
|
|
|
|
|
This guide refers to PyCharm Professional version 2021.1 and to a remote deployment that uses a ssh server on the remote machine.
|
|
This guide refers to PyCharm Professional version 2021.1 and to a remote deployment that uses a ssh server on the remote machine. Only the main steps are reported. For a more complete guide check the official [documentation](https://www.jetbrains.com/help/pycharm/creating-a-remote-server-configuration.html).
|
|
|
|
|
|
#### Create a Project
|
|
#### Create a Project
|
|
|
|
|
... | @@ -77,5 +77,8 @@ Although project files are synchronized automatically, PyCharm also lets you man |
... | @@ -77,5 +77,8 @@ Although project files are synchronized automatically, PyCharm also lets you man |
|
|
|
|
|
To do so, simply select `Tools/Deployment/Browse Remote Host`.
|
|
To do so, simply select `Tools/Deployment/Browse Remote Host`.
|
|
|
|
|
|
|
|
#### Credits
|
|
|
|
|
|
|
|
Thanks to Giovanni Zara for providing the first draft of this guide.
|
|
|
|
|
|
|
|
|