Tag Archives: mac os x

Connect to Your Local Development Sites from VirtualBox Guests

Like many web developers, I do most of my work with a web server running on my local machine. In my case, I’m running Apache HTTPD from MacPorts on my MacBook Pro, and I have various sites in development using either Ruby or PHP. Due to the nature of the projects, or simple because it’s a good idea, I prefer to test my sites in various browsers, including Internet Explorer, which is not available on Mac OS. So, I’ve set up multiple virtual machines using the freely available VirtualBox. Continue reading

Posted in Code | Tagged , | 3 Comments

Installing PostgreSQL on Mac OS X

Here is what I did to get PostgreSQL and the postgres ruby gem installed on Mac OS X Leopard. This post is more for my personal reference, but if anyone finds it useful, so be it. There are other posts around that deal with the same issue, but I’ve not found one that has the complete picture. Continue reading

Posted in Code | Tagged , | 2 Comments