Configure Joomla
1 Introduction of Joola Joomla is a free open source content management system
for publishing content on the World Wide Web and intranets as well as a Model-view.
Joomla is a continuation of the work of the Development Team that unanimously resigned
form the Mambo project in August 2005.
2 Installation
a. service
i. Apache2
1. apache2
2. apche2-example-pages
3. apche2-prefox
ii. Mysql
1. mysql
2. mysql-client
3. mysql-devel
4. php-mysql
iii. php
1. php5
2. php-mysql
3. hph-zlib
3 Create databases
==> Create databases for user bye command like this.
#mysqladmin –u root –p password 123
And then when we create already we will see Enter password so we don’t put password we should enter.
Login to databases bye command like this.
#mysql –p
And after type password that create databases before.
Show databases bye command like this.
# show databases;
Create databases for Joomla bye command:
#create database joomla;
Create folder name Joomla in path /srv /www/htdocs/Joomla bye command:
#md /srv/www/htdocs/Joomla
4 Copy file Joomla_1.0.14-RC1-Full_pack put in path /srv/www/htdocs/Joomla bye command:
# cp /root/Desktop/Joomla_1.0.14-RC1-Full_pack.tar /srv/www/htdocs/Joomla
Go to path /srv/www/htdocs by command:
Go to path /srv/www/htdocs by command:
# cd /srv/www/htdocs
Extra packet Joomla by command:
Extra packet Joomla by command:
# tar -xvf Joomla_1.0.14-RC1-Full_pack ,tar
To ensure the wwwrun user and www group (used by Apache) have access to these files type with command like this:
# chown –R wwwrun.www /srv/www/htdocs
# chmod –R 744 /srv/www/htdocs
5 Edit file for need to modify the /etc/php5/apache2/php.ini configuration file
to ensure the settings are correct for Joomla that type command like this.
# vi /etc/php5/apache2/php.ini
Line that we should correct are :
Line that we should correct are :
Line 86 display_errors = off change to display_errors = on
Line 107 magic_quotes_qpc = off change to mangic_quotes_qpc = on
Line 358 display_errors = off change to display_errors = on
Restart some service ·
rcapache2 restart
rcmysql restart
rcnetwork restart
6 Open firefox and then access web that type on address bar
IP machines /Joomla Ex 172.16.1.2/joomla
and then click nest
Click next Click continues
And this step put information like this
and after click Next Click Ok
On the step 2 put users name and then click next
On the step 3 put your mail and password for loin URL that put like this
and click Next to continues
On the step 4 this step that you renumber for user name and password for loin
And then click administration Login to This result
---------------------------------------------------------------------------------------------------