Joomla requires a PHP webserver and MySQL like the one packaged in XAMPP.  We have written about XAMPP and SQLyog to guide you with the installation of the required software.  The steps below will guide you with installing Joomla.
You can get the Joomla package from their official website: http://www.joomla.org/
Step 1. Start the Apache and MySQL services.  In XAMPP you will need to click the Start buttons next to each process:
image
Step 2.  Put the unzipped Joomla package on the htdocs folder of XAMPP. I have XAMPP installed on my C:\XAMPP directory so the Joomla folder goes to the C:\XAMPP\HTDOCS folder:
You can rename the Joomla folder to anything you want.  In my setup I renamed it to myJoomla.
image
Step 3. Browse the URL where Joomla is placed.  If you have it on your computer with folder named “myJoomla” the URL will be http://localhost/myJoomla. You should see the Joomla installer open on your web browser:
image
Step 4.  Follow the seven steps of the Joomla installer.  First step is the language so just choose the language that you want to use.  At the second step it is important that you meet the pre-installation check wherein a list of all minimum requirements need to be met:
image
Step 5.  Read carefully the license agreement, press next if you agree to the statements provided in the agreement.
Step 6.  Create a mySQL account that will be used by Joomla so it can save data to the MySQL database.   Enter the account details on the fields
image
Step 7. You will not need to enable the FTP settings on the FTP configuration screen.   This is not required on a Windows OS since you can directly alter the Joomla files using explorer.  If you use a secured web host, you should set an FTP account that can access the root directory.  You might need to get with the host admin to get the username and password if you want it to be a generic account separate from your user account.
image
Step 8. Enter the main configuration settings.  Enter your preferred site name, admin email and password:
image
Step 9. At this point you will get a hurdle with a message saying that you need to remove the installation directory:
image
Go to the Joomla directory and delete the “installation” sub-directory.  Only this directory needs to be removed so make sure not to touch the other files and directories.  image
Step 10. Whew! You’re done! You now have your own Joomla website. If you used the same “myJoomla” folder name then the URL will be http://localhost/myJoomla/
image
Isn’t it a breeze to setup Joomla?  On the next posts we will talk about how to customize Joomla.
Ben Carigtan show’s you how it’s done.