4
I would like to know the best practices of keeping a web project up-to-date on a remote server. I am starting a web project where I need to keep it on a remote server, and from my local server I keep synchronized all the files on the server, for better update. I tried to keep it synchronized in a netbeans with ftp, but sometimes it doesn’t update. What’s the best practice for this ?
I used to do it in Dreamweaver. But I hate Dreamweaver, so I don’t use it anymore. I sync it manually.
– Diego Souza
My localhost is for development only, apache is running on a remote server (VPS), I want to keep them synchronized with my localhost and make updates that are done directly on the server.
– Zuru
a very easy-to-use tool is the GIT version control they have a complete tutorial in English, when using remote repositories you synchronize with a single command, and there is integration with several Ides
– Pedro Sanção