I have always edited code live on a site through an FTP connection in Coda or similar, however I’ve just written my first PHP web app for user sign ups etc and I’m very wary that i’m going to need a better plan than “live editing”. I’m on shared hosting so i think things like SVN and GIT are probably out but is there any software/scripts/solutions that will allow me to push code live to a web server and have the master copy on my Mac.
What are peoples experiences with web apps/deployment and shared hosting?
I have written my own deployment system to avoid editing on live.
It runs in various stages – they are:
Some extras I’ve put in.
Hope that helps!