This exercise will have you demonstrate knowledge of the installation process and how to customize Drupal for an improved experience when using the administration UI.
Objectives and Prerequisites
You will need the following knowledge and skills. If you need a review, check out the Resources section at the bottom of this page.
- Install Drupal.
- Enable and disable modules.
- Evaluate, download and enable contributed modules.
Tasks
Install Drupal, if needed, on a local or development server.
Create a
custom
and a contrib
directory in sites/all/modules.
Download and enable the Administration Menu and Module Filter modules. They should be saved in the contrib directory.
Disable the Toolbar and Overlay modules.
Summary
- We can add functionality to a Drupal site by adding and enabling contributed modules.
- Contributed modules can be downloaded from drupal.org, but this should be a carefully considered process.
- Custom and contributed modules should be kept separate.
- Contributed modules can be evaluated on simplytest.me before download.
- You can also use a tool called Drush to install and manage your modules.
Resources
- Video: Installing Drupal 7 (Drupalize.Me)
- Video: Orientation to a New Drupal 7 Site (Drupalize.Me)
- Video: Using Drupal Appendix B: Choosing the Right Modules (Drupalize.Me)
- Video: Installing and Enabling Modules in Drupal 7 (Drupalize.Me)
- Video: Introduction to Drush Series (Drupalize.Me)