There are many ways to install modules in Drupal. But for every time, I chose to go through the following steps to get it done.
Let us assume we are trying to install the module,
Custom Landing Page Builder.
Download the version from the module page on drupal.org.
Once downloaded, extract it.
At the project folder, locate the modules folder, create a new folder as contrib to hold all the contributed modules used for the website. Move the extracted folder at Downloads to the contrib folder.
Navigate to Admin -> Manage -> Extend. Search for landing page in the search field. The system will short list the modules in that name.
Check the check-box and proceed with install button. The module has susuccessfully installed. If any errors encountered, check the Recent log message at Admin -> Reports or else check the apache log.
Let us assume we are trying to install the module,
Custom Landing Page Builder.
Download the version from the module page on drupal.org.
Once downloaded, extract it.
At the project folder, locate the modules folder, create a new folder as contrib to hold all the contributed modules used for the website. Move the extracted folder at Downloads to the contrib folder.
Navigate to Admin -> Manage -> Extend. Search for landing page in the search field. The system will short list the modules in that name.
Check the check-box and proceed with install button. The module has susuccessfully installed. If any errors encountered, check the Recent log message at Admin -> Reports or else check the apache log.