Installation of Drupal on Windows XP with XAMPP

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.

5 comments

Comments 1 - 5 of 5 previous next Post a comment

  • + guest762557 guest762557 7 months ago
    do NOT edit your settings.php and goto http://localhost/drupal and install. If you edit your setting.php it will skip installation. Hope this help!! :-)
  • + a_rupeshkumar Rupesh Kumar 8 months ago
    Hi guest23aed38, please repeat slide 25 onwards. Please check whether you have entered all the settings.
  • + guest23aed38 guest23aed38 8 months ago
    These errors are coming at step 31:

    Warning: fopen(./sites/default/default.settings.p hp) [function.fopen]: failed to open stream: No such file or directory in C:\xampp\htdocs\drupal\includes\install. inc on line 188

    Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\drupal\includes\install. inc:188) in C:\xampp\htdocs\drupal\includes\install. inc on line 618

    Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\drupal\includes\install. inc:188) in C:\xampp\htdocs\drupal\includes\install. inc on line 619
  • + arulmurugan77 Arulmurugan Thiagarajan 9 months ago
    Hi Rupesh I viewed your slide on Installation of Drupal on WIndows XP it is very useful. Great work do keep create lot of slides which will be useful to otheres.

    I like the way you presented. It is really useful. So I just blogged your slide in my blog.

    keep in touch.
    Regards,
    Arulmurugan
  • + guest82f9ec guest82f9ec 10 months ago
    Thank you very much, it has been of great help, but if in the step 31 don’t work good, use http://localhost/drupal/install.php.

    Sorry I do not write very well, I’m spanish, and really bad student.

    Bye.
Post a comment
Embed Video
Edit your comment Cancel

7 Favorites

Installation of Drupal on Windows XP with XAMPP - Presentation Transcript

  1. Installation of Drupal with XAMPP on Windows XP Rupesh Kumar A [email_address]
  2. Drupal
    • An open source web based content management system.
    • Equipped with powerful blend of features.
    • Supports a variety of websites ranging from personal blogs to large community-driven websites.
  3. XAMPP
    • XAMPP is a bundle of Apache, MySQL, PHP, FileZilla and many other utilities. XAMPP is the ‘easiest’ way to test an AMP (Apache-MySQL-PHP) application.
    • NOTE: XAMPP is only intended for use as a local test server which is available on your own computer. It has been created for ease-of-use, but not for production level security.
  4. Files Required for Installation
    • XAMPP
    • Drupal
  5. Download Locations
    • XAMPP – www.apachefriends.org/en/xampp-windows.html
    • Drupal – http://www.drupal.org
  6. Steps in Installation
    • Extract XAMPP files.
    • Setup XAMPP.
    • Run XAMPP Services (Apache and MySQL).
    • Create drupal database in MySQL.
    • Set password for MySQL.
    • Extract Drupal files.
    • Enter database and server settings.
    • Install Drupal Site and configure.
  7. Install XAMPP
    • XAMPP may be installed in one of the following 3 ways:
      • Self-extracting zip archive
      • Windows MSI Installer
      • Source bundle
    • XAMPP Self-extracting zip archive has been used in this example.
  8. Extract XAMPP to a drive
    • Double click the XAMPP self-extracting zip archive.
    • In the “Extract to:” column, type C: or click the button and select C: drive and click “Extract” button.
  9. Open the Extracted Folder C:xampp
    • Run setup_xampp.bat to setup XAMPP.
  10. Open XAMPP Control Panel
    • Double click xampp-control.exe to open XAMPP Control Panel Application.
  11. Start Apache and MySQL Services
    • Click “Start” button next to Apache and MySQL.
  12. Test XAMPP installation
    • Open Web browser and type http://localhost or http://127.0.0.1 in the address bar. The pre-built XAMPP page appears. Under “Sprachen” (Language) section, click on “English”
  13. German Version
  14. English Version
  15. Create ‘drupal’ database
    • On XAMPP Page, click ‘PhpMyAdmin’ and create a new database ‘drupal’ with character set utf8 (unicode)
  16. Click phpMyAdmin
  17. Database name: drupal MySQL charset: UTF-8 Unicode Click “Create” button
  18. New database ‘drupal’ created
    • Close phpMyAdmin.
  19. Set password for MySQL
    • The default user ‘root’ does not have password. Set password for the user ‘root’. In this example, password is admin .
    • To set MySQL password, open Web browser, go to http://localhost/security , scroll down and click on http://localhost/security/xamppsecurity.php . This will open Security Console. Enter password for MySQL and click “Password Changing” button.
  20. Password changed. Restart MySQL.
  21. Restart MySQL in XAMPP Control Panel
    • Click “Stop” and “Start” button next to MySql.
  22. Extract drupal files to C:xampphtdocs folder
  23. Rename extracted folder to ‘drupal’ for simplicity
  24. Drupal settings
    • Open ‘drupal’ folder, copy default.settings.php to the same folder and rename it to settings.php .
    • Open settings.php with Wordpad and enter db_url and base_url .
  25. Copy default.settings.php and rename it to settings.php
  26. Open settings.php and enter $db_url and $base_url Replace username by root , password by admin & databasename by drupal
  27. $db_url = ‘mysql://root:admin@localhost/drupal’;
  28. Now, scroll down and enter $base_url Replace http://www.example.com by http://localhost/drupal NOTE: Remove the # sign at the beginning of the line.
  29. $base_url = ‘http://localhost/drupal’; Save and Close settings.php file.
  30. Install ‘Drupal’ site
    • Open Web browser and enter http://localhost/drupal in the address bar
    • Step 1: Choose language. Click ‘Install Drupal in English’
    • Step 2: Verify requirements – drupal will check for required settings.
    • Step 3: Set up database – MySQL database has already been set up.
    • Step 4: Install Site – drupal will install the site.
    • Step 5: Configure Site – Drupal requires a few details for configuring the site. The following details are to be entered:
      • Site Information
      • Administrator Account
      • Server Settings
    • Enter the details and click “Save and Continue” button.
  31. Site Information
  32. Administrator Account
  33. Server Settings
  34. Drupal Installation Complete!
    • Drupal notifies about successful installation. Click on your new site to view your site
    The mail server configuration warning may be ignored, as this is a local installation.
  35. New Drupal Site ( http://localhost/drupal )
  36. Let’s change Site Information
    • Go to Administer > Site Configuration > Site Information
    • Enter Site Information and click “Save Configuration” button.
  37. Site Information
  38. NOTES
    • Please enter necessary parameters in settings.php before running drupal installation script.
    • The settings.php should be writable, i.e., should not have ‘read only’ attribute. This is automatically taken care of by Windows when default.settings.php is copied as settings.php. In case the file is still read-only, right click on settings.php, go to Properties and uncheck the read-only attribute and click OK.
    • Drupal will set back this file to read-only after installation.
    • Set root password to MySQL.
    • Remember Drupal Administrator Account password. It is needed for logging in to Drupal every time.
  39. Thanks To
    • Drupal Team
    • XAMPP Team
    Please send comments & suggestions to [email_address]

+ Rupesh KumarRupesh Kumar, 11 months ago

custom

8589 views, 7 favs, 2 embeds more stats

This presentation demonstrates the installation of more

More info about this document

© All Rights Reserved

Go to text version

  • Total Views 8589
    • 8577 on SlideShare
    • 12 from embeds
  • Comments 5
  • Favorites 7
  • Downloads 240
Most viewed embeds
  • 10 views on http://arulmurugant.blogspot.com
  • 2 views on http://lislog.blogspot.com

more

All embeds
  • 10 views on http://arulmurugant.blogspot.com
  • 2 views on http://lislog.blogspot.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