Skip to content

korytoff/install-php-on-mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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/

About

Install PHP on MacOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published