Press "Enter" to skip to content

Posts published in “HowTo”

HOWTO: Install iClassify on Ubuntu and Mac OS X Leopard

Update: The folks who developed iClassify have come out with a total framework that is an alternative to iClassify/Puppet called opscode-chef. I will be looking into that soon and not do anymore work with iClassify (unless Chef turns out to suck or something, but at first glance it looks pretty good!). [After playing with Chef, my conclusion is forget about…

Installing a git client on a shared host with no compiler

We are using Git to manage our deployments, but have some clients that use shared hosting services that don’t have git installed (in particular Hostgator.com). Most of these shared hosting services do allow ssh shell access but don’t have compilers available on the shared hosting account. So I couldn’t just build git on the shared hosting account. Many hosting services…