GoLand remote Linux development environment to build

Goland remote debugging
This article describes how to connect the distal end server code go to debug the machine from goland

goland download and install
the proposed purchase genuine scientific use their own search.

? Need to install plug-ins, make sure you can access the official website, or configuration Proxy
preference-> Plugins-> jetbrain install plugins
find remote hosts access, as shown:


After installation is complete
configuration
preference-> build, execution, deployment-> deployment
by plus sftp or ftp, sftp to me as an example:


That SFTP host server ip or domain name, you can test the connection at
rootpath end server that is accessible directory, the directory requires that the user has read-write access
web server root URL for the directory mapped to http server

mapping in the configuration


i.e., the local directory mapping local path
Deployment path i.e. server-side path relative to the above rootpath for simplicity, I mapped the entire directory
web path is the same
after the mapping is completed

- Download from the code copy back
- upload to pass up the code
- sync with deployment to be a diff, you can choose from a remote or local synchronization to synchronize from the local to the remote
------------ ----
Disclaimer: this article is the original article CSDN bloggers "weixin_41571449", and follow CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
Original link: https: //blog.csdn.net/weixin_41571449/article/details/78957144

Guess you like

Origin www.cnblogs.com/ExMan/p/11432196.html