How Can We Help?
< All Topics
Print

Drupal Module Installation: Step-by-Step Guide

a) How do I install Drupal modules using the administrative interface ?

1. First, navigate to Extend (Admin/Modules) in the Manage administrative menu to access all available modules on your site.

2. Then, select the module or desired module by checking the checkbox.

drupal

3. Finally, click Install, and the selected modules will be installed.

b) How do I install Drupal modules using Drush ?

1. First, navigate to Extend (Admin/Modules) in the Manage administrative menu to access all available modules on your site.

2. Then, expand the module’s information area and find the machine name, like the core Activity Tracker module’s machine name is tracker.

3. Finally, use the drush en tracker Drush command to install the module.

Table of Contents