Difference between revisions of "MAMP screenshots"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
Line 22: Line 22:
  
 
http://mgdp2060.htcwebcreative.com/instructor/images/mamp-welcome-page.png
 
http://mgdp2060.htcwebcreative.com/instructor/images/mamp-welcome-page.png
 
 
== See also ==
 
 
=== phpMyAdmin ===
 
 
Use [[phpMyAdmin]] to create and manage [[MySQL|MySQL databases]] in a [[web browser]].
 
 
The screenshot below shows phpMy Admin after creating two databases.
 
 
* Note the new database names in the left column:  wordpress and wordpress2
 
* Create new databases by:
 
 
* Filling in the Name field (under Create table)
 
* Filling in the number of  cli
 
 
http://mgdp2060.htcwebcreative.com/instructor/images/phpMyAdmin-wordpress.png
 
 
=== WordPress admin panel ===
 
 
http://mgdp2060.htcwebcreative.com/instructor/images/WordPress-admin-panel-themes.png
 

Revision as of 15:44, 21 September 2015

This page displays screenshots for the MAMP solution stack.

Open htdocs folder

The screenshot below shows how to use the MAMP interface to open the htdocs folder.

To view the htdocs files in a web browser, use localhost:

http://localhost

mamping-open-htdocs.png


MAMP Welcome page

The screenshot below shows the MAMP Welcome page in a web browser.

Note the URL in the address bar:

localhost:8888/MAMP/?language=English


mamp-welcome-page.png