Joomla is one of the most popular and powerful Content Management System today. It has wide range of features which makes you feel you are lost somewhere within joomla without knowing what to do next. If you are a beginner, you can always start by reading the Quick Startup Guide or you can also download a podcast so that you learn some basic functions easily.
But learning Joomla which is installed your web server is a painful task. Since you know very little thing, you may require to work back and fourth to get the job done. It takes your time and you will be wasting your bandwidth as well. Especially if you are on slower internet connection, then it will be pathetic task to learn Joomla which is installed on your web server.
So the only solution to overcome this problem and headache is by installing Joomla on your computer (localhost), so that you can save a lot of bandwidth and can work faster and easier and most of all, offline – hassle free!
Since Joomla is a Sever-Side script, you need to install three essential software which enables you to install Joomla on your computer. Those three softwares are PHP, MySQL and Apache Server. PHP is server-side scripting which is used to create Joomla and whereas MySQL stores all the data such as articles, sections, posts, comments and pages etc. And Apache server is a web server and it is responsible to deliver the output on web browser.
Instead of installing all these applications individually, you can just install a program called WampServer 2.0. For linux you can install software called LAMP or the LampServer. And for MAC you can install MAMP Server.
WampServer stands for Windows Apache MySQL PHP Server. Which means it installs all those applications at one time easily. Installing WampServer on your computer doesn’t require you to be a Rocket Scientist. All you need to do is just download and install it in few clicks. By default, WampServer 2.0 will be installed in your “c:\wamp”. And if you have installed WAMP5 earlier, you need to uninstall it before installing WampSever 2.0.
After you install WampServer on you computer, your windows firewall may ask to block or unblock, just unblock it. In order to test whether if the WampServer is installed properly or not, launch the WampServer from your desktop or All Programs. The WampServer runs in your system tray.
Now open your web browser and type http://localhost in your address bar and hit return key. That should take you to the “Server Configuration” page.

(more…)