Thursday, 6 August 2009

How To Install Joomla

1)First wget the Package From Joomla.org

#wget http://joomlacode.org/gf/download/frsrelease/6828/22537/Joomla_1.0.15-Stable-Full_Package.tar.gz

2) extact the package

#tar -xzvf Joomla_1.0.15-Stable-Full_Package.tar.gz

3) Change the ownership for Joomla package to user:user

#chown  user:user * -R

4) Create configuration file



#touch configuration.php

5) Change the ownership for config file

#chown user:user configuration.php

6) Then set permssion of  configuration.php to 777

#chmod 777 configuration.php

7) Then Open the site in browser and follow the steps

THAT’S IT YOUR JOOMLA SITE IS READY

No comments:

Post a Comment