virtualMachinedrupal

Install plugins

Drupal 8

To install a module in Drupal 8, follow these steps:

  • Locate and filter the module you want to install. Find a list of available modules at the Drupal module directory.

  • Download it to your local computer.

  • Use the filters to find the module. Once you find it, click the module name to see the details. Select the version and the file format. Here’s an example.

    Download new module from Drupal module directory

  • Visit your site and log into your Drupal 8 administration panel. Navigate to the “Manage -> Extend” tab. Click the “Install new module” button.

    Install new module

  • Browse to the downloaded file and select it. Click the “Install” button to complete the installation.

    Select new module

  • Once the installation is complete a popup window shows a confirmation message:

    New module is installed

  • Return to the modules list in the “Extend” page and locate your module. Enable it and click the “Install” button.

    Enable new module

Drupal 7

  • To install a module in Drupal 7, copy and uncompress it in the Drupal /opt/bitnami/drupal/modules folder.

  • Then, enable the module in the “Modules” section of the Drupal administration panel.

Last modification February 9, 2023