Install drupal in localhost with xampp

Recommended Drupal Book :

  • Using Drupal~ Install drupal in localhost with xampp~
  • Pro Drupal Development, Second Edition~ Install drupal in localhost with xampp~
  • Cracking Drupal: A Drop in the Bucket~ Install drupal in localhost with xampp~
  • Drupal 6 Themes: Create new themes for your Drupal 6 site with clean layout and powerful CSS styling~ Install drupal in localhost with xampp~
  • Building Powerful and Robust Websites with Drupal 6: Build your own professional blog, forum, portal or community website with Drupal 6~ Install drupal in localhost with xampp~
  • My friend ask me to teach her how to install drupal cms in her laptop.

    No internet, no lan connection. Just local install.

    Here step by step guide Install drupal in localhost :

    1. Download latest drupal from here.

    ~drupal0 Install drupal in localhost with xampp~

    2. Save in xampp ‘htdocs’ folder and extract it. Make sure to rename it after.

    ~drupal1 Install drupal in localhost with xampp~

    Extract Here

    ~drupal2 Install drupal in localhost with xampp~

    3.  Start xampp

    ~drupal4 Install drupal in localhost with xampp~

    4. Open http://lcoalhost/drupal, click ‘Install Drupal in English

    ~drupal5 Install drupal in localhost with xampp~

    5. Ups, there is problem :-)

    Requirements problem
    The following error must be resolved before you can continue the installation process:
    The Drupal installer requires that you create a settings file as part of the installation process.

    1. Copy the ./sites/default/default.settings.php file to ./sites/default/settings.php.
    2. Change file permissions so that it is writable by the web server. If you are unsure how to grant file permissions, please consult the on-line handbook.

    More details about installing Drupal are available in INSTALL.txt.

    Simple rename will help.

    ~drupal61 Install drupal in localhost with xampp~

    6. Setting database, a few information that you might need to know.

    - xampp information page for php located in this address :

    http://localhost/xampp/phpinfo.php

    -mysqli already supported in xampp.

    ~drupal7 Install drupal in localhost with xampp~

    - Create database ‘drupal’ from phpmyadmin with address :

    http://localhost/phpmyadmin/

    ~drupal8 Install drupal in localhost with xampp~

    7. Edit setting.php

    $db_url = ‘mysql://root:123456@localhost/drupal’;
    $db_prefix = ”;
    $base_url = ‘http://localhost/drupal’;

    root = username that have access to drup database

    123456 = password root acc

    drupal = db name

    8. Reopen http://localhost/drupal/install.php

    Everything should set up properly, add an account.

    ~drupal10 Install drupal in localhost with xampp~

    9.  Installation finish. Since my laptop don’t have email server installed I got error message.

    Drupal installation complete

    * warning: mail() [function.mail]: Failed to connect to mailserver at “localhost” port 25, verify your “SMTP” and “smtp_port” setting in php.ini or use ini_set() in E:\xampplite\htdocs\drupal\includes\mail.inc on line 193.
    * Unable to send e-mail. Please contact the site administrator if the problem persists.

    Congratulations, Drupal has been successfully installed.

    Please review the messages above before continuing on to your new site.

    Ready to move on :-)

    Setting on apache side on ‘Clean URL’ section can be read here.

    ~468x60521 Install drupal in localhost with xampp~

    Related posts:

    1. Step by Step Install Drupal on WampServer : Vhost and Clean URL In previous post I have talk about fix ereg()...
    2. Step by step move drupal from localhost to drupal hosting : From Localhost to Online Sorry for late post, I have to attend a...
    3. Step by step move drupal from localhost to drupal hosting : Domain Setting A client want to move his website that utilize...
    4. Step by step move drupal from localhost to drupal hosting : AddOn Domain Setting At previous post I have covered steps for domain...
    5. Step by Step Install Drupal on Wamp : Add Domain After reading my post about howto install drupal  in...

    Related posts brought to you by Yet Another Related Posts Plugin.

    Step By Step

    If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

    Comments

    One Response to “Install drupal in localhost with xampp”