Connecting the dots…

Thoughts on Web Development, Scalability and Application Architecture

Tag: synchronization

More: Synchronization using phing

Reading more about automation stuff, I came across Phing which is like Apache Ant but uses php to write “tasks” classes. According the Phings website. PHing Is Not GNU make; it’s a project build system based on Apache Ant. You can do anything with it that you could do with a traditional build system like [...]

Synchronizing using rsync

So I run quite a few wordpress blogs now and time and again I like playing around with a plugin or a theme and want to ensure that I first try it out locally and then push it to the production version. Also is hard for me keep track of what files I have changed [...]