How to install a module on a Drupal site

  1. First, connect to your website's server. See: How to access the server for your website
  2. Find the module you want to download from Drupal.org. Note: You must get your module from Drupal.org. Do not try to install a module from another source.
  3. Download the module to your local computer and extract the files.
  4. You should have a folder with files inside it.
  5. Make sure the folder name does not include the module version information. Example: folder name: views NOT folder name: views-7.x-3.7.
  6. Using an SFTP or SSH tool, navigate to your site's Modules directory: /data/[sitename]/drupal/modules.
  7. Upload the module folder to the Modules directory.
  8. Log in to your Drupal site and go to the Modules link in the administrative menu.
  9. Find the module you uploaded in the list of modules installed on your site and enable it.
  10. A note on custom modules: Please notify uofmhosting@umich.edu if you plan to install your own custom Drupal modules.

Screenshot: SFTP client showing Modules directory path

Tags: