Installation of Drupal on Windows XP

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

1 comments

Comments 1 - 1 of 1 previous next Post a comment

  • + guestbf62f guestbf62f 9 months ago
    Thanks for this - the apache config was useful for sorting out my install.
Post a comment
Embed Video
Edit your comment Cancel

2 Favorites

Installation of Drupal on Windows XP - Presentation Transcript

  1. Installation of Drupal on Windows XP Rupesh Kumar A [email_address]
  2. Files Required
    • Versions used in this illustration
    • Apache 2.2.2
    • Php 5.2.8
    • Mysql 4.1.11
    • Drupal 6.8
  3. Install Apache
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13. Test Apache installation: Open any web browser and type http://localhost in the address bar and press Enter Feather icon on System Tray with a green arrow indicates apache service running. Feather with a red dot indicates that apache service is stopped
  14. Open httpd.conf file with any text editor
  15. add index.php here
  16.  
  17. add at the end the following code: LoadModule php5_module “c:/php/php5apache2_2.dll” AddType application/x-httpd-php .php PHPIniDir “c:/php”
  18. Save the file
  19. Extract Php files to C:php
  20.  
  21. Extracted folder ‘php’
  22. Extracted files in C:php folder
  23. Copy php.ini-recommended file
  24. Paste it in the same folder
  25. Rename it to php.ini
  26.  
  27. Open php.ini with a text editor
  28. Delete semicolon (;) at the beginning of include_path line
  29.  
  30. Add “C:Program FilesApache Software FoundationApache2.2htdocs” as doc_root
  31.  
  32. Add “C:phpext” as extension_dir
  33.  
  34. Delete Semicolon (;) at the beginning of line extension=php_gd2.dll
  35.  
  36. Delete Semicolon (;) at the beginning of line extension=php_mbstring.dll
  37.  
  38. Delete Semicolon (;) at the beginning of line extension=php_mysql.dll
  39.  
  40. Delete Semicolon (;) at the beginning of line and add “C:TEMP” for session.save_path
  41.  
  42. Save the file and close
  43. Set Environment Variable for Php Go to Start > Settings > Control Panel
  44. In Control Panel, double click on “System”. In System Properties window, Click on “Advanced” Tab and Click on “Environmental Variables”
  45. In “Environmental Variables” window, Click on Path variable under “ System Variable” and click “ Edit” button
  46. Add C:php; at the end of Variable value. Click OK Click OK for Environment Variables And System Properties
  47. Test Php Installation Open Notepad and type the following code: <html> <body> <?php phpinfo() ?> </body> </html>
  48. Save the file as test.php in C:Program FilesApache Software Foundation Apache2.2htdocs
  49.  
  50. Restart Apache: Right Click on feather icon on System Tray and click on “Open Apache Monitor”
  51. Click Restart and then Exit
  52. Open web browser and type http:// localhost /test. php in the address bar and press Enter. The php information page appears Delete the file test.php soon after confirming about php installation. Do not leave it in web server.
  53. Install Mysql
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62. Skip Sign-Up
  63. Mysql Server Instance Configuration
  64.  
  65. Check this
  66. Enter password for the root user
  67.  
  68.  
  69.  
  70. Open Command Prompt Type cmd and click OK
  71. Change directory to c:mysqlin
  72. Log in to mysql as root user
  73. Enter root password
  74. The mysql console
  75. Create the new database ‘drupal’
  76. List the databases
  77. Quit mysql console
  78. Exit the command prompt
  79. Extract drupal files to web server
  80.  
  81.  
  82. Rename extracted folder to ‘drupal’ for simplicity
  83. Copy default.settings.php in drupalsitesdefault and paste in the same directory
  84. Rename it to settings.php
  85. Open Web browser Enter http://localhost/drupal or http://localhost/drupal/install.php
  86. Drupal Installation Stages
  87.  
  88. Database configuration Enter: Database name Database username Database password
  89.  
  90. Advanced options
    • Enter: Database host (if other than localhost)
    • Database port (only if non-standard)
    • Table prefix (in case of multiple installation on the same database)
    Click Save and continue
  91. Configure site: Site information
  92.  
  93. Create Administrator account
  94. Server settings Click Save and continue
  95. Drupal installation complete Click on your new site
  96. The New Drupal Site
  97. Thanks
    • Apache Team
    • Php Team
    • Mysql Team
    • Drupal Team
    • Please send comments & suggestions to
    • [email_address]

+ Rupesh KumarRupesh Kumar, 9 months ago

custom

2560 views, 2 favs, 3 embeds more stats

This presentation demonstrates the installation of more

More info about this document

© All Rights Reserved

Go to text version

  • Total Views 2560
    • 2554 on SlideShare
    • 6 from embeds
  • Comments 1
  • Favorites 2
  • Downloads 88
Most viewed embeds
  • 3 views on http://lislog.blogspot.com
  • 2 views on http://drupalranch.com
  • 1 views on http://www.blogger.com

more

All embeds
  • 3 views on http://lislog.blogspot.com
  • 2 views on http://drupalranch.com
  • 1 views on http://www.blogger.com

less

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel
File a copyright complaint
Having problems? Go to our helpdesk?

Categories