Install Drupal
-
Download Drupal from drupal.org/download. The zip file will be saved to your
~/Downloadsfolder. -
Unzip
drupal-x.x.x.zip. This creates a~/Downloads/drupal-x.x.xfolder. -
Move the contents of that folder to
/Applications/MAMP/htdocs. If asked whether to overwrite the existingindex.php, click Replace.
-
In MAMP, click WebStart in the toolbar, then open phpMyAdmin from the tools menu.
-
Create a new database named
drupal.
The message “No tables found in database.” is expected – Drupal creates its tables automatically during installation.

-
In MAMP, click WebStart, then click My Website. The Drupal installation wizard opens automatically.
-
Choose your language.

-
Select an installation profile.

-
Enter the database details:
Field Value Database type MySQL, MariaDB, Percona Server, or equivalent Database Name drupalUsername rootPassword rootHost localhostPort 3306or8889
-
Wait for Drupal to install.

-
Complete the site configuration.
