Easy Guide to Installing Drupal for Beginners

0
How to Install Drupal Website in Less 5 Minutes
How to Install Drupal Website in Less 5 Minutes
This article shows the step-by-step procedure for the Drupal installation. Before installing Drupal, you require the following system requirements.

System Requirements for Drupal

  • Database : MySQL 5.1 +
  • Web Server :
- WAMP (Windows)
- LAMP (Linux)
- XAMP (Multi-platform)
- MAMP (Macintosh)
- Nginx
- Microsoft IIS
  • Operating System: Cross-platform
  • Browser Support: IE (Internet Explorer 8+), Firefox, Google Chrome, Safari, Opera
  • SSL (Secure Socket Layer): A valid security certificate is required for HTTPS
  • PHP Compatibility : PHP 5.2+

Download Drupal

  • Step (1): Download the Drupal and copy to your webserver from this link: https://www.drupal.org/project/drupal
  • Step (2): Select the latest version of the zip file which you want to download as shown in the below screen. The Recommended releases are the latest stable releases of either version.

Drupal Download

Setup Wizard

It's very easy to set up Drupal on your system. The following steps describe how to set up Drupal locally on your system.
  • Step (1): Download the zip file and extract it to your local computer. Rename the folder from its current name to any name you want to use to refer to your site.
  • Step (2): Drupal requires a MySQL database. To create a new empty database with user/password for Drupal to use. (For e.g. user as "root" and password as "root" or else you can set as per your choice).
  • Step (3): Open your browser and navigate to your Drupal file path, you will see the first Drupal installer screen as shown below. In our case the path is localhost/.

drupal installation on localhost
Next, select the Standard option and click Save and continue.
  • Step (4): Next, select the default language for the Drupal website.

drupal installation setup language
After selecting the language, click on Save and continue.
  • Step (5): Next is the Database configuration page. Here you need to enter type of the database you will be using, Database name, Database Username, and Database password.

installation database information
  1. Database Type: Select the database type. By default it will be MySQL.
  2. Database name: Enter the database name for Drupal.
  3. Database username: Enter the user name of your MySQL database.
  4. Database password: Enter the password which you had set for MySQL Database.
When you click on the ADVANCED OPTIONS, you will see a screen as shown below:
Drupal installation on localhost
Here you can fill the advanced options for the database:
  1. Database Host: Enter the hostname where your database is located.
  2. Database port: Enter the database port.
  3. Table Prefix: It is used to add a prefix in the database tables which helps to run multiple sites on the same database.
After filling all information, click on Save and continue button.
  • Step (6): Next, you will see the installation process starts on your machine.

Installing Drupal
  • Step (7): Next, you will see the Configure site page:

Drupal Installation Admin Information
It contains below fields:
  1. Site name: The name that you want to give to your site.
  2. Site e-mail address: The email address that automated e-mails will be sent from this address.
  3. Username, Email-address, and Password: These are all administrative details used for the maintenance account.
You need to enter all these fields and click on Save and continue.
  • Step (8): Next, you will see the below page indicating that your drupal install is successful:

Drupal Installation Complete
  • Step (9): Click the Visit your new site link as shown in the above image; you will get the newly installed Drupal homepage as shown below.

Drupal Website Defult Homepage

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.
Post a Comment (0)

buttons=(Accept !) days=(30)

Our website uses cookies to enhance your experience. Learn More about our cookie policy.
Accept !
To Top