Turning your Mac into web server.
Sunday, October 11th, 2009 - 12:25 am - mac
Most web development is done using PHP, MySQL and Apache.
I am going to explain how to get your environment closer to a real web server so you can use it as a development machine.
The PHP that comes with Mac is missing a lot of useful PHP extensions, such as MySQL, GD, cURL, expat, etc
1. Get the latest PHP package including all the goodies from here
2. Install and configure MySQL (coming soon)

