Featured Post

JavaScript – Is it easy to learn? How do you use it?

A discussion of JavaScript – basic understanding took place recently and I wanted to share my take on trying to answer some of the main questions which were posed. JavaScript, like any programming language, is not easy to learn and depending upon one’s knowlege of a language the person’s...

Read More

Follow @dougrdotnet on Twitter

How To Set Up a Local Web Server on Your Mac Using MAMP

Posted by dougr | Posted in Apache, Mac, MySQL, PHP | Posted on 19-07-2009

Tags: , , , , , ,

0

MAMP, which is an acronym for Mac Apache MySQL PHP, is an application which sets up a local Web server development environment in a matter of minutes.  It includes support for all of the servers listed as part of its name (support for SQLite is also included).

MAMP provides three basic necessities for any Web application; being a Web server, a database server, and a Web application server – Apache, MySQL, and PHP respectively.  Although Apple ships Mac computers with these three servers pre-installed, setup and configuration is not abstracted into a configuration interface as provided by MAMP.

MAMP installation is simple, lets go through the process together.

See the rest of my article on Lost In Technology.