Es Tea Double Eye

You're never too old for a happy childhood

Tag: Python

FTP is crap! So they say in Cape Town

FTP is crap. At least someone in Cape Town seems to think so! Found this little gem in a shopping centre in Cape Town. In all fairness, its not that I believe it is crap, its just that there is so much better ways to update sites. My preference at the moment is: Subversion Capistrano [...]

Upgrade WordPress using Python Fabric

I’m simply loving Python Fabric. When I heard WordPress 2.7 was out, I thought “I wonder if I could automate this upgrading process?” since it takes a little time to do it manually. Specially if you have to upgarde more than one blog, this would be handy. Here is my fab recipe. Before you get [...]

Fabric, Capistrano in Python

If you still use FTP or SCP or sFTP to deploy projects, you’re missing out big time on the ease of either Ruby’s Capistrano or Python’s Fabric. Capistrano is almost synonymous with Ruby on Rails, though it is simple to setup with any project. We at Afrigator uses Capistrano to deploy changes to the staging [...]