How To install Drupal
Download Drupal and setup document root
Download Drupal here . After downloading, the resulting zip file should be in your ~/Downloads
folder. Unzip this drupal.zip file. You should now see a ~/Downloads/Drupal
folder. Move the contents of this folder to /Applications/MAMP/htdocs
.
Create database
Click on Open Start Page, then on the phpMyAdmin link. Create a database in phpMyAdmin and call it “drupal”.
Run Drupal installation
Go to Open Start Page, click on “MyWebsite” on the top menu bar, you should now see the Drupal installation process begin.
The following fields are the default for the MAMP PRO MySQL installation, username: “root”, password: “root”, database host: “localhost”.
Finish the Drupal installation process. The “admin” user is the administration user for this Drupal site. You can use a different administrator user name.