Step by Step install Joomla with WampServer

Hello everybody, happy thanksgiving :-)

Today I try to explain how to install Joomla. I’m also long time user of Mambo that transform to Joomla. Why I choose Joomla in this post because I have mail from a reader, ask me to show how to install Joomla locally.

If you in researching stage you might want to see these posts :

Ok. lets continue with Install Joomla at localhost :

Download Joomla

Get latest version of Joomla from this address.

install joomla wamp 1 Step by Step install Joomla with WampServer

Save and extract to C:\wamp\www\joomla

install joomla wamp 2 Step by Step install Joomla with WampServer

Create Database for Joomla

Open phpmyadmin and create new database. I create database with name ‘joomla

install joomla wamp 3 Step by Step install Joomla with WampServer

Set New Domain

I want to try new subdomain for this Joomla installation. (See this post for example add new domain)

I pick name :

http://joomla.batikweb.com

Add VirtualHost entry

Open file C:\wamp\bin\apache\Apache2.2.11\conf\extra\httpd-vhosts.conf

Add these lines :

<VirtualHost *:80>
ServerAdmin alam@batikweb.com
DocumentRoot “C:/wamp/www/joomla”
ServerName joomla.batikweb.com
<Directory “C:/wamp/www/joomla/”>
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>
</VirtualHost>

save the file.

Restart wampserver and open from browser : http://joomla.batikweb.com

Installation Wizard

Language

Select your language and click Next.

Pre-installation Check

PHP Version >= 4.3.10 Yes
- Zlib Compression Support Yes
- XML Support Yes
- MySQL Support Yes
MB Language is Default Yes
MB String Overload Off Yes
configuration.php Writable Yes

Recommend Check suggest :

Directive Recommended Actual
Safe Mode: Off Off
Display Errors: Off On
File Uploads: On On
Magic Quotes Runtime: Off Off
Register Globals: Off Off
Output Buffering: Off On
Session Auto Start: Off Off

install joomla wamp 4 Step by Step install Joomla with WampServer

Click Next.

License

By click Next it mean You accept the license.

Database Configuration

Fill all data

install joomla wamp 5 Step by Step install Joomla with WampServer

FTP Configuration

I add folder C:\wamp\www\joomla as home dir.

For information about setting FTP server in your windows system you can refer to this link.

install joomla wamp 6 Step by Step install Joomla with WampServer

Click button “Set as home dir” followed by click “OK” button.

Enter login information in FTP configuration.

install joomla wamp 7 Step by Step install Joomla with WampServer

Click on “Verify FTP Settings” give me this error :

[UNKNOWN: 8192] Function ereg() is deprecated
error in line 1177 of file C:\wamp\www\joomla\libraries\joomla\client\ftp.php

I’ll continue on next post.

My daughter cry :-)

Stay health!

Related Reading:

Using DrupalUsing Drupal

With the recipes in this book, you can take full advantage of the vast collection of community-contributed modules that make the Drupal web framewo... Read More >

Drupal For DummiesDrupal For Dummies

Learn to set up, manage, and administer a Drupal Web site

Drupal offers unparalleled flexibility for content-managed Web sites, but most ... Read More >

Pro Drupal Development, Second EditionPro Drupal Development, Second Edition

Widely praised for its in–depth coverage of Drupal internals, bestselling Pro Drupal Development has been completely updated for Drupal 6 in thi... Read More >

Front End Drupal: Designing, Theming, ScriptingFront End Drupal: Designing, Theming, Scripting

“For Drupal to succeed, we need books like this.”

–Dries Buytaert, Drupal founder and project... Read More >

Cracking Drupal: A Drop in the BucketCracking Drupal: A Drop in the BucketThe first book to reveal the vulnerabilities and security issues that exist in the sites that have been built with Drupal?and how to prevent them from... Read More >

Thanks for reading, if you think this post help you please consider to buy me a beer

Search Terms :

  • joomla wamp server
  • how to install joomla on wamp server
  • installing joomla on wamp server
  • install joomla with wamp 2
  • installa joomla step by step on window
  • wampserver joomla
  • joomla on wamp server
  • joomla wampserver
  • install joomla wamp server
  • how to install joomla on wamp
  • joomla on wampserver
  • install joomla on wamp
  • install joomla wampserver
  • wampserver ftp
  • install joomla on wamp server
  • Wampserver and joomla
  • wamp server joomla
  • serwer ftp dla wampserver
  • HOW CAN INSTALL JOOMLA ON WAMP SERVER?
  • joomla installation on wamp server
    • Share/Bookmark
    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

    2 Responses to “Step by Step install Joomla with WampServer”

    Leave Comment

    (required)

    (required)