Search

FAQ

How do I install Joomla?

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

  2. Unzip this “Joomla_x.x.x-Stable-Full_Package.zip” file. You should now see a “~/Downloads/Joomla_x.x.x-Stable-Full_Package” 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 “joomla”.
    MAMP - phpMyAdmin - New Joomla 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 Joomla are created automatically by the Joomla installation routine in the following steps.

  6. Run Joomla installation

    1. Go to “Open WebStart Page”, click on “My Website” on the top menu bar, you should now see the Joomla installation process begin.

    2. Select Installation Language & Setup Site Name

      MAMP - Joomla installation

    3. Login Data

      MAMP - Joomla installation

    4. Database configuration

      • Database Type: MySQLi
      • Host Name: localhost
      • Username: root
      • Password: root
      • Database Name: joomla
      • Table Prefix: jo_ (for example)

      MAMP - Joomla installation

    5. Installation Progress

      MAMP - Joomla installation

    6. Done

      MAMP - Joomla installation