Tag Archives: install

Install subversion on OS X Leopard as a revision control server for a Website

When we start to get a reasonable size team together working on a large web project we can run into problems like; one team member has the latest copy of the production code on their computer and they’ve gone on leave for a week or they, with the best of intentions, clean up the test [...]

Installing FirePHP on OS X – Leopard from PEAR

Quick tip for installing FirePHP from PEAR if you installed PEAR in ‘/usr/local’ as per the instructions in my previous post. Make sure you install as superuser: $ sudo pear channel-discover pear.firephp.org $ sudo pear install firephp/FirePHPCore

Installing PEAR on OS X – Leopard

A quick set of instructions for installing PEAR on OS X 10.5 (Leopard): PHP’s PEAR repository does not come with Leopard but it only takes about five minutes, if that, to install.