Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.02 KB

File metadata and controls

35 lines (24 loc) · 1.02 KB

Install PHP on MacOS

Basic variant with MAMP

  1. Download MAMP application from web site https://www.mamp.info/en/

  2. Install MAMP

  3. Run MAMP application from Application folder

  4. You can see path to Document root into Preferences

  5. Start the web server

  6. Put your project files into Document root. By default it's file:///Applications/MAMP/htdocs

  7. Make sure the webserver is running and open WebStart page. By default it's http://localhost:8888/MAMP/

  8. Make sure your the browser show full web address

  9. Open PhpMyAdmin from WebStart page for design your databases. By default it's http://localhost:8888/phpMyAdmin/