Click here to Skip to main content
6,594,932 members and growing! (15,288 online)
Email Password   helpLost your password?
Enterprise Systems » Content Management Server » General     Intermediate License: The Code Project Open License (CPOL)

Installation of Drupal in Step by Step Manner

By ambatisreedhar

An article on how to install Drupal in a step by step manner
Win2003, PHP
Version:2 (See All)
Posted:26 May 2009
Views:4,447
Bookmarked:3 times
Announcements
Loading...
 
Search    
Advanced Search
Add to IE Search
printPrint   add Share
      Discuss Discuss   Broken Article?Report  
1 vote for this article.
Popularity: 0.00 Rating: 5.00 out of 5

1

2

3

4
1 vote, 100.0%
5

Introduction

Drupal is based on PHP.

Install WampServer2.0h from here.

Note down the installation default path, i.e. c:\wamp.

Wampserver setup 1.JPG

www folder is present in c:\wamp folder. Here in www folder, one has to place the respective web applications.

There is no need of any other tools like “mysql-gui-tools-5.0-r17-win32 “ and EasyPHP for Drupal installation. WampServer has inbuilt server and database.

In Start -> Run: Type inetmgr.

Internet Information Services screen pops up.

Select Default Web Site under Web Sites and click on Stop item button at the top.

IIS.JPG

This is because by default, WampServer also uses 80 port.

Observe WampServer icon at the right side bottom corner of the desktop.

WAMPServer Icon.JPG

Left click on the icon and click on “Start All Services” (Right click contains options for exiting the WampServer).

Left click on the same WampServer  and now click “phpMyAdmin”.

phpmyadmin.JPG

phpMyAdmin home page screen appears.

phpmyadmin home page.JPG

Give “drupal” as “Create new database” and click on create button.

Click on Privileges to see the default database credentials are:

  • User: root
  • Password: blank
phpmyadmin privileges.JPG

One can add new user also. Here default database credentials are enough for the Drupal installation.

Download Drupal 6.x from here.

Extract drupal-6.10.tar file to “drupal” folder.

Copy “drupal” folder in WampServer installation location, i.e. c:\wamp\www\.

Keep another copy of default.settings.php file (present in C:\wamp\www\drupal\sites\default folder) and rename it as settings.php file.

Then in browser, type http://localhost/drupal/install.php.

Install drupal 1.JPG

Click on “Install Drupal in English” link.

Then Setup database screen appears.

Choose language and Verify requirements are automatically checked.

Here I gave “admin” as the user name for the database which is not present in drupal database that was created earlier using phpMyAdmin. So it throws an error.

errors.JPG

This is very important. Lots of problems come up at this point.

So before coming to this screen, create the database “drupal” with the default credentials “root” and blank(nothing) for password.

So under Database configuration:

  • Database name: drupal (which you have created using mysql gui tools)
  • Database username: root
  • Database password : empty
database configuration.JPG

Leave the default values in “Advanced options”. Click Save and continue.

“Set up database” and “Install site” are automatically checked.

In Configure site screen, under Site Information section, give

Configure site 1.JPG

In the same Configure site screen, under Administrator account section, give:

  • User name: admin
  • Email address: email@hotmail.com
  • Password: password
  • Confirm password: password

There is no need to change Server settings.

Remember the user name and password which are used for logging into drupal site with administrator credentials.

Configure site 2.JPG

Click Save and continue button.

This completes Drupal installation.

Finished.JPG

Don’t worry about the error message that mail was not configured.

On the left side, all are checked.

Click on “Your new site” link. Admin screen appears.

admin screen.JPG

Click on “My Account” link on the left side

Login with admin as username and password as password.

Then this screen appears:

Admin All modules.JPG

Left click on right side bottom corner WampServer icon and click on phpMyAdmin.

Notice that after the installation, 46 tables are created automatically.

tables.JPG

References

History

  • 26th May, 2009: Initial version

Links to Other CMS Installations

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

ambatisreedhar


Member
I am Sreedhar Ambati working as a developer in Proteans Software Solutions, Bangalore,India. I am having 5+ yrs of experience in Microsoft technologies like ASP,VB,ASP.Net, Vb.Net, C#.Net, Microsoft Dynamics CRM and Sharepoint Server 2007. Currently I am working with Sharepoint and Microsoft Dynamics teams in Proteans.
Proteans(http://www.proteans.com/) a CAMO group company is an outsourcing company focusing on software product development and business application development on Microsoft Technology Platform. "Committed to consistently deliver high-quality software products and services through continual improvement of our knowledge and practices focused on increased customer satisfaction.
I used to blog at: http://ambatisreedharworks.wordpress.com and http://ambatisreedhar.spaces.live.com
Occupation: Web Developer
Company: Proteans Software Solutions
Location: India India

Other popular Content Management Server articles:

Article Top
You must Sign In to use this message board.
FAQ FAQ 
 
Noise Tolerance  Layout  Per page   
 Msgs 1 to 4 of 4 (Total in Forum: 4) (Refresh)FirstPrevNext
GeneralGood PinmemberTomas Brennan10:03 1 Nov '09  
Generalit is a good article for beginner Pinmemberguchangyuan16:05 14 Jun '09  
GeneralGreat article, but what is Drupal and why should i install it? PinmemberKarijn4:21 8 Jun '09  
GeneralRe: Great article, but what is Drupal and why should i install it? PinmemberRajanCodeGurus3:42 9 Jun '09  

General General    News News    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

PermaLink | Privacy | Terms of Use
Last Updated: 26 May 2009
Editor: Deeksha Shenoy
Copyright 2009 by ambatisreedhar
Everything else Copyright © CodeProject, 1999-2009
Web18 | Advertise on the Code Project