PyCharm 2017.2 Help

Application Servers

View | Tool Windows | Application Servers

For this tool window to be available, there must be a server run/debug configuration in your project, or a cloud user account must be registered in PyCharm.


All the available functions are accessed by means of the toolbar icons and context menu commands.

Icons and commands for server run configurations

IconCommandDescription
/help/img/idea/2017.2/run.pngRun/ConnectStart the selected run/debug configuration in the run mode. For a local configuration, normally, the corresponding server will be started. For a remote configuration, PyCharm will connect to the server.
/help/img/idea/2017.2/debug.pngDebugStart the selected run/debug configuration in the debug mode.
/help/img/idea/2017.2/stop.gifStop/DisconnectStop the selected run/debug configuration. For a local configuration, normally, the corresponding server will be stopped. For a remote configuration, PyCharm will disconnect from the server.
/help/img/idea/2017.2/deploymentConsoleDeployAll.pngDeploy AllDeploy all the artifacts associated with the selected run/debug configuration.
/help/img/idea/2017.2/edit.pngEdit ConfigurationEdit the settings for the selected run/debug configuration.
/help/img/idea/2017.2/artifacts.pngArtifactsEdit the deployment list for the selected run/debug configuration.

Icons and commands for server artifacts

IconCommandDescription
/help/img/idea/2017.2/deploymentConsoleDeployAll.png(Re)deployDeploy or redeploy the selected artifact.
/help/img/idea/2017.2/deploymentConsoleUnDeploy.pngUndeployUndeploy the selected artifact.
/help/img/idea/2017.2/delete.pngRemoveRemove the selected artifact from the corresponding deployment list and undeploy the artifact from the server.

Icons and commands for cloud user accounts

IconCommandDescription
/help/img/idea/2017.2/run.pngConnectConnect (log on) to the corresponding cloud platform.
/help/img/idea/2017.2/stop.gifDisconnectDisconnect (log off) from the corresponding cloud platform.
/help/img/idea/2017.2/edit.pngEdit ConfigurationEdit your cloud user account settings.
/help/img/idea/2017.2/deploymentConsoleDeployAll.pngDeployDeploy your app by means of a cloud deployment run/debug configuration.
/help/img/idea/2017.2/debug.pngDebugDeploy your app and start debugging it by means of a cloud deployment run/debug configuration.

Icons and commands for cloud apps

IconCommandDescription
/help/img/idea/2017.2/deploymentConsoleDeployAll.png(Re)deployDeploy or redeploy the selected app.
/help/img/idea/2017.2/deploymentConsoleUnDeploy.pngUndeployUndeploy the selected app.
/help/img/idea/2017.2/debug.pngDebugStart debugging the selected application.
/help/img/idea/2017.2/edit.pngEdit ConfigurationEdit the settings for an associated cloud deployment run/debug configuration.

Deployment status icons

IconStatus
/help/img/idea/2017.2/deploymentStatusUnknown.pngUnknown
/help/img/idea/2017.2/deploymentStatusDeployed.pngDeployed
/help/img/idea/2017.2/deploymentStatusUndeployed.pngUndeployed
Last modified: 26 October 2017