How to Install Drupal in PHP

Introduction

I am describing how to install Drupal in PHP. Drupal is a free and open source Content Management System (CMS) for web development. Drupal is a great choice for building websites, from simple one-page personal websites to enterprise-level websites. Drupal manages content on informational sites, social media sites, and intranets and web applications. Strictly speaking, Drupal is not a CMS but CMS can be customized for your needs. And here I introduce how to install Drupal in PHP of a WampServer.

Download Setup

First of all, you will download Drupal setup for use over the internet. And after downloading the Drupal setup zip or rar file, extract it then rename the folder as you need or wish to and copy this folder to the "c/wamp/www" folder.

Installation

First of all, open our local host from WampServer and run the Drupal installer. Provide our path URL, such as "Localhost/drupal6". This path provides our URL. Then press Enter. Something like this will open in a new window:

Drupal installation in PHP.jpg

First, I am choosing "Install Drupal in English". Again, the following shows the next window:

installation1 drupal.jpg

And here it might show the error that defoult.setting.php already exists in"C:\wamp\www\drupal6\sites\default" and then this file is changed in the "setting.php" file of "default.setting.php" and then refresh your browser. Again, the following shows the next window:

unchangigible.jpg

Unchangeable file.

changeble file.jpg

Changeable file.

After the browser is refreshed this window is shown:

duple.jpg

And first of all open your phpmyadmin and create a new database like "drupl" and then specify the data configuration in your window such as:

batabase.jpg

Our database name is "drupl."

And our user name is "root". Like that WampServer only supports the username "root".

And next, set your password blank and then click "Save and continue".

The next step is to install the site. Set up your configuration site like:

install site.jpg

And then click "Save and continue" then your Drupal is completely installed.

complete install.jpg

 


Similar Articles