Installing MySQL for PHP with MacPorts

In my other howto, I installed Apache, PHP and MongoDB. I now need to setup MySQL so that I can develop a Wordpress theme and plugin on my local machine. Here are the few steps I used:

(more…)

2010-02-28 [, , ] No Comments

Apache, PHP and MongoDB on Mac OS X 10.6 Snow Leopard

MongoDB (from “humongous”) is a scalable, high-performance, open source, schema-free, document-oriented database.

There’s a lot of buzz brewing about it, so I wanted to give it a try with PHP on my development Mac. The following is how I went about installing Apache, PHP and MongoDB on Snow Leopard. You must have installed the Xcode developer tools (found on the Snow Leopard install DVD) and MacPorts for this to all work.

(more…)

2010-01-02 [, , , , , , ] 4 Comments

Remove startup scripts on Ubuntu

sudo update-rc.d -f script_name remove
2009-10-20 [, , ] No Comments