I have a VPS server, the OS is debian.
I have a ssh access to the server.
In debian I have a src folder containing a git repo of a java web application. The path of the git repo is /src/myRepo.
I want to start coding with a java IDE (netbeans?). What do I have to do?
This problem usually has nothing to do with Git.
Basically the workflow is:
That is, in order to support this workflow, on your VPS you need:
tomcat
), otherwise you need that hosting
application installed and configured.