Drupal allows you to add modules to your codebase providing added features by installing contributed modules to the module archive at Drupal.org.
After selecting an appropriate new module, you must install and enable the module on your website using one of the two primary installation methods:
For information about uploading the module’s files to your codebase, see Using your code repository.
Use the following procedure to install a module from the Drupal interface:
docroot/sites/all/modules/ directory. For more information about the docroot directory, see the Docroot definition.http://[your_site]/admin/modules (where [your_site] is your website’s URL).For more advanced users familiar with the command line, you can also install and enable modules using a Drush command. The Drush command requires you to connect to your server by using SSH. For more information, see Managing applications using the command line. To install a module using Drush:
cd command, navigate to your website’s docroot directory.Run the following command:
drush en module_namewhere module_name is the project name from Drupal.org. (For example, the project name for the Acquia Connector module is acquia_connector, from https://www.drupal.org/project/acquia_connector).
You can append -y to the preceding command to accept the confirmation questions Drush displays.
After you install a module on your website, you will configure the module’s settings, or make changes to the website user permissions. For more information, ensure you review the documentation provided either with your module, or on your module’s Drupal.org project page.
If this content did not answer your questions, try searching or contacting our support team for further assistance.
Drupal allows you to add modules to your codebase providing added features by installing contributed modules to the module archive at Drupal.org.
After selecting an appropriate new module, you must install and enable the module on your website using one of the two primary installation methods:
For information about uploading the module’s files to your codebase, see Using your code repository.
Use the following procedure to install a module from the Drupal interface:
docroot/sites/all/modules/ directory. For more information about the docroot directory, see the Docroot definition.http://[your_site]/admin/modules (where [your_site] is your website’s URL).For more advanced users familiar with the command line, you can also install and enable modules using a Drush command. The Drush command requires you to connect to your server by using SSH. For more information, see Managing applications using the command line. To install a module using Drush:
cd command, navigate to your website’s docroot directory.Run the following command:
drush en module_namewhere module_name is the project name from Drupal.org. (For example, the project name for the Acquia Connector module is acquia_connector, from https://www.drupal.org/project/acquia_connector).
You can append -y to the preceding command to accept the confirmation questions Drush displays.
After you install a module on your website, you will configure the module’s settings, or make changes to the website user permissions. For more information, ensure you review the documentation provided either with your module, or on your module’s Drupal.org project page.
If this content did not answer your questions, try searching or contacting our support team for further assistance.