Wordpress is based in PHP - a general scripting language that is server-side. Since we will be using a server-side language, both Google Hosting and Brackets "live preview" function will not work to display our sites. We can however use MAMP (Macintosh Apache MySQL PHP), a program that acts as a testing server directly on your own computer. This was originally developed for Macs but now also works across multiple operating systems. MAMP allows you to run and view PHP code directly in your browser.
Make a copy of Wordpress, located in the shared class folder (most likely on the desktop). Drag this into your "Documents" folder.
Installing MAMP:
- Take the "MAMP installer" from the shared class folder and place it on the desktop.
- Double-click the MAMP icon on your desktop. A window should pop-up with a MAMP folder, drag this into your Applications folder.
- Open the MAMP app - search in spotlight or find inside of the MAMP folder (Applications --> MAMP folder --> MAMP.
Setting up MAMP:
- Click on "Preferences"
- Select "Web Server"
- Click on the gray folder and select your "Wordpress" folder & click ok
- Click on "Start Servers"
- MAMP will open in your browser.