After installing xampp:
We will install joomla over xampp.
Download joomla latest version here:
For the ones who dont know:
After downloading:Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla the most popular Web site software available. Best of all, Joomla is an open source solution that is freely available to everyone.
A content management system is software that keeps track of every piece of content on your Web site, much like your local public library keeps track of books and stores them. Content can be simple text, photos, music, video, documents, or just about anything you can think of. A major advantage of using a CMS is that it requires almost no technical skill or knowledge to manage. Since the CMS manages all your content, you don't have to.
Rename the extracted folder as you like, for example, the name of your site. I will name this folder like "$joomla"Code:$ sudo cp Joomla_1.5.10-Stable-Full_Package.zip /opt/lampp/htdocs $ cd /opt/lampp/htdocs $ sudo tar -zxvf Joomla_1.5.10-Stable-Full_Package.zip
Now open you preferred Internet Navigator and go to:
If you get a 404 Error, then:http://<yourhost>/$joomla
You will enter to the installation.Code:$ sudo chmod a+x /opt/lampp/htdocs/$joomla
First, choose your preferred language.
Inside $joomla folder, create a file named "configuration.php"
And:
Click on NEXT.Code:$ sudo chmod a+w configuration.php
Accept the license, and click NEXT.
Now it comes the most important part:
Click on NEXT.Host name --> type here the name of your host, for example "localhost".
Username --> type here your MySQL username, for example "root".
Password --> type here your MySQL password.
Database --> type here your database name, for example "mysitedatabase".
Configure here youre FTP config if you need to.
Click on NEXT.
You can install the sample data if you want, and load a migration script too.Sitename --> Your sites name, for example, "myjoomlawebpage"
Email --> type here admin's email.
Password -> type this the admin's password to manage the site.
Click on NEXT.
Now, DELETE your "$joomla/Installation" folder.
Click on ADMIN.
It will now ask you for the username and password, and youre ready to manage your own Joomla site! Good luck!!





Adv Reply


Bookmarks