Posts

Showing posts with the label Joomla

Joomla 1.7 installation with XAMPP problem solved

Image
Hi, Recently Joomla 1.7 was released and obviously that is an excellent product. And new features also added. If you need any guide regarding installation these articles may help you , I think. How to install and configure Joomla 1.6 with XAMPP on Ubuntu 11.04 Though this is Joomla 1.6, there are not different between installation of 1.6 and 1.7, So thought not to add a new post on it. How to install XAMPP on Linux (Ubuntu 11.04) How to run XAMPP server on Windows with a flash drive..(portable XAMPP) In Joomla installation on XAMPP some guys are talking Joomla is giving some errors with XAMPP. Actually they are not errors, they are warnings. Is the nature of the software to give warnings. In standalone software solutions we normally do something called "error handling", right!. We need to care about Errors but we don't need to care warnings too much. So simply we can ignore them. Now the problem arises, "how to turn off the warnings", I think now I have ent...

How to install and configure Joomla 1.6 with XAMPP on Ubuntu 11.04

Image
Hi, today I'm going to show you how to install Joomla 1.6 and configure it with XAMPP. Joomla is a nice open source software that allows you to create web pages easily. To getting start with Joomla first you need to install XAMPP on your computer. If you haven't install it yet, read my post about " How to install XAMPP on ubuntu 11.04 " and install it first. If you have already installed XAMPP, then download the newest version of Joomla or any Joomla version. Download Joomla 1.6 from here! After downloading the Joomla_1.6.3-Stable-Full_Package.zip file , copy it to the location File System-->opt-->lampp-->htdocs (/opt/lampp/htdocs). Then extract it and remove Joomla_1.6.3-Stable-Full_Package.zip Then rename the folder Joomla_1.6.3-Stable-Full_Package as joomla Then start XAMPP using command: sudo /opt/lampp/lampp start on terminal( clrt+T ). Now go to firefox and type http://localhost/joomla and enter. If everything works fine. The displaying page will l...