Click here to Skip to main content
15,881,859 members
Articles / Database Development / MySQL

Configuring Joomla in Step by Step Manner

Rate me:
Please Sign up or sign in to vote.
3.67/5 (3 votes)
21 May 2009CPOL2 min read 53.8K   21   2
An article on how to configure Joomla in a step by step manner

Introduction

Joomla is a free open source Content Management System developed on PHP.

Operating System: Windows Server 2003.

Download and Install WampServer (http://www.wampserver.com/).

Download Joomla 1.5.10 version from Joomla.com site (http://www.joomla.org/).

Unzip it and rename to Joomla.

Copy that folder into [wampserver installation drive]/wamp/www/.

Now from Start->Programs->WAMPServer-> Start WAMPServer.

A small icon appears. Left click and select “Start All Services”.

WAMPServer Icon.JPG

Now browse the following URL: http://localhost/joomla/installation/index.php.

First - Language.JPG

After selecting the language dropdown and clicking on next button, I got this error.

“Cookies do not appear to be enabled on your browser client. You will not be able to install the application with this feature disabled. Alternatively, there could also be a problem with the server's session.save_path. If this is the case, please consult your hosting provider if you don't know how to check or fix this yourself.”

Before Second-  Cookie problem.JPG

The following link solves the above problem: http://forum.joomla.org/viewtopic.php?t=224420.

I got the same error. I opened the same link in FireFox. Then the problem was resolved.

Second-PreInstallation Check.JPG

Click on Next and License screen and click on Next.

Database Configuration screen comes.

  • Database Type: MySql (right now i1.5 supports only MySql. Next version 2.0 supports Oracle).
  • Host Name: localhost
  • Username: root
  • Password: empty
  • Database Name: JoomlaDB (let’s say)

Fourth = Database Configuration.JPG

Then click Next and FTP configuration screen can be skipped. For Windows machines, it is not required.

Fifth- FTP configuration.JPG

Then Click on Next. “Main Configuration” screen comes.

Sixth-Main Configuration.JPG

Give Sitename, email, admin password and select ‘install default sample data’.

Click Next. Finish screen comes.

Seventh-Finish.JPG

Note

PLEASE REMEMBER TO COMPLETELY REMOVE THE INSTALLATION DIRECTORY.
You will not be able to proceed beyond this point until the installation directory has been removed. This is a security feature of Joomla!.

Without deleting this installation folder, one cannot proceed, i.e. Site, Admin links won't work.

Go to [wampserver installation drive]\Wamp\www\joomla\.

Here one can find the Installation folder.

Delete the installation folder.

Now click on Site / Admin links at the top.

Now Admin and Site links work.

Click on Admin.

For Admin, this is the URL: http://localhost/joomla/administrator/index.php

Admin login Screen:

Eight- Admin Login.JPG

Admin Home page:

Ninth- Home page.JPG

Joomla supports internationalization.

Joomla 1.0, 1.5 (current one), 2.0 (yet to be released)

References

History

  • 20th 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)


Written By
Web Developer
India India
I am Sreedhar Ambati working as a developer. I am having 6+ yrs of experience in Microsoft technologies like ASP,VB,ASP.Net, Vb.Net, C#.Net, Microsoft Dynamics CRM and Sharepoint Server 2007.
I used to blog at: http://ambatisreedharworks.wordpress.com and http://ambatisreedhar.spaces.live.com

Comments and Discussions

 
QuestionExcellent and very detailed setup Pin
Duncanpatt15-Feb-17 5:32
professionalDuncanpatt15-Feb-17 5:32 
GeneralExcellent Pin
vk1237727-Jun-09 11:19
vk1237727-Jun-09 11:19 
Hi,Sreedhar,

I ve been surfing around the web since long time. but could not find basic introduction and how to install joomla. You have cleared my confusion. Great Job. Keep doing great job.

Sreedhar, Can you give me any realworld example how can i use this software.

Thanks again. Wink | ;)

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.