Home >> Installation of PHP >>Installation on Mac What is MAMP ? MAMP - M acintosh, A pache, M ySQL, and P HP. MAMP is an application that can be installed on Mac which allows to have access to a local PHP server and MySQL server. Essentially, MAMP gives us all of the essential functionality that need to run any PHP application on our machine, for development and testing purposes . We can accomplish this in many ways, but the other ways aren't as simple like this. Step 1: Installing MAMP Before install MAMP on Mac, we'll need to download it from the MAMP website . MAMP requires that Mac be running Mac OS X 10.6.6 or later. Once the MAMP download is complete, double-click the MAMP disk image (it should be something like MAMP_2.0.3.dmg), and should get a MAMP window pop up. Drag the MAMP folder ( not MAMP PRO - we'll save that walk-through for another time) to the Applications folder. Step 2: Basic...
Comments
Post a Comment