Tag Archives: depro

Monitoring your applications using Monit

Lately, I have been adding support for Java applications in depro.pl (a deployment engine I coded a few years ago). I have a cron script that deploys new changes automatically. While working on it I realized that deploying stand-alone java … Continue reading

Posted in High-Availability, Topics | Tagged , , , , , , , | 5 Comments

Upgrading WordPress: A breeze thanks to version control

In my previous post Version controlling WordPress, I discussed my strategy to organize WordPress-based projects using version control (Subversion in my case). The idea was to make WordPress and plugin upgrades easy enough especially when you are running multiple WordPress based … Continue reading

Posted in Barely Productive | Tagged , , , , | Leave a comment

Version controlling WordPress

Since the time I discovered the full potential and benefits of using version control systems like SVN or Git, my inclination towards using them has transformed into a full-blown addiction. I use it for everything — projects, websites, documents or … Continue reading

Posted in Experiments | Tagged , , , , , , | 4 Comments