Search

FAQ

How do I install Drupal?

  1. Download Drupal here. After downloading, the resulting zip file should be in your “~/Downloads” folder.

  2. Unzip this “drupal-x.x.x.zip” file. You should now see a “~/Downloads/drupal-x.x.x” folder.

  3. Move the contents of this folder to “/Applications/MAMP/htdocs”. If you are asked whether the existing file “index.php” should be overwritten, then click on the “Replace” button.
    MAMP - Move files and replace index.php

  4. In MAMP, click the “WebStart” entry in the toolbar. The WebStart page opens in your browser. Here select the entry “phpMyAdmin” from the Tools menu.

  5. Create a database in phpMyAdmin and call it “drupal”.
    MAMP - phpMyAdmin - New Drupal database
    After creating the database, the message “No tables found in database.” is displayed.

    MAMP - phpMyAdmin - No tables found in database

    You can ignore this message. The database tables for Drupal are created automatically by the Drupal installation routine in the following steps.

  6. Run Drupal installation

    1. In MAMP, click the “WebStart” entry in the toolbar. The WebStart page opens in your browser. Click on the “My Website” menu item here. The Drupal installation process will now start automatically.

    2. Choose language

      MAMP - Drupal installation - Choose language

    3. Select an installation profile

      MAMP - Drupal installation - Select an installation profile

    4. Database configuration

      • Database type: MySQL, MariaDB, Percona Server, or equivalent
      • Database Name: drupal
      • Username: root
      • Password: root
      • Advanced options
        • Host: localhost
        • Port number: 3306 / 8889
        • Table name prefix:

      MAMP - Drupal installation - Database configuration

    5. Installing Drupal

      MAMP - Drupal installation - Installing Drupal

    6. Configure site

      MAMP - Drupal installation - Configure site