Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.69 KB

mamp-setup.md

File metadata and controls

27 lines (17 loc) · 1.69 KB

MAMP Setup Instructions

Getting Started

Once the software has finished installing and the application launches, you should see something like this:

MAMP Startup Screen

Changing PHP Versions

  • From the application home screen (shown above), click on "Preferences".
  • Under the PHP tab, select the lower numbered version of PHP. Unless you're specifically using features from a newer version of PHP and have control over your production environment, using a lower version number will help ensure your code respects backwards compatibility and can be run on most servers.

Update the Document Root

  • From the application home screen (shown above), click on "Preferences".
  • Under the Web Server tab, click on the folder icon to select a new location for your web server to point to. This can be anywhere on your computer, but generally it's best to make subfolders in /Applications/MAMP/htdocs for each of your projects, and switch between them as needed.
  • Once you select a new Document Root, MAMP will restart the server and you can continue working on the new site you just setup.

MAMP Document Root