Before Install Joomla. See Appache Server, Appache Server and PHP and Mysql Sever.
[root@www ~]# service mysqld restart
[root@www ~]# service httpd restart
[root@www ~]# service vsftpd restart
[root@www ~]# service named restart
[root@www ~]# chkconfig mysqld on
[root@www ~]# chkconfig httpd on
[root@www ~]# chkconfig vsftpd on
[root@www ~]# chkconfig named on
[root@www ~]# cd /var/www/html
[root@www html]# rm -rf *
[root@www html]# ls
Downlaod Jhoomla from Here !
[root@www Desktop]# ls
Joomla_3.0.1-Stable-Full_Package.zip
[root@www Desktop]# cd /var/www/html/
[root@www html]# rm -rf *
[root@www html]# cd Desktop
[root@www Desktop]# ls
Joomla_3.0.1-Stable-Full_Package.zip
[root@www Desktop]# mv Joomla_3.0.1-Stable-Full_Package.zip /var/www/html
[root@www Desktop]# cd /var/www/html/
[root@www html]# ls
Joomla_3.0.1-Stable-Full_Package.zip
[root@www html]# unzip Joomla_3.0.1-Stable-Full_Package.zip
[root@www html]# ls
administrator installation modules
cache Joomla_3.0.1-Stable-Full_Package.zip phpunit.xml.dist
cli joomla.xml plugins
components language README.txt
CONTRIBUTING.md layouts robots.txt
htaccess.txt libraries templates
images LICENSE.txt tmp
includes logs web.config.txt
index.php media
[root@www html]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
[root@www html]# firefox http://www.mc712.com
or
[root@www html]# firefox 192.168.20.34






