I think, if we are programmer website, the suitable operating systm to use is linux, because the most of webserver is using linux, the rease is security, because the security linux is more strength than windows security.
Okey we start this tutorial now
open the terminal and type
yum -y install httpd php mysql mysql-server php-mysql
wait until finish, then run this code
#/sbin/chkconfig httpd on
#/sbin/chkconfig --add mysqld
#/sbin/chkconfig mysqld on
#/sbin/service httpd start
#/sbin/service mysqld start
the next to installing phpMyAdmin, you must download the phpMyadmin file in www.phpmyadmin.net, in this tutorial, I use phpMyAdmin-2.11.8.1 version
save the download file of phpmyadmin in desktop directory
# cd Desktop
# mv phpMyAdmin-2.11.8.1.tar.gz /var/www/html
# tar -zfx phpMyAdmin-2.11.8.1.tar.gz
# cd phpMyAdmin-2.11.8.1
# cp config.sample.inc.php config.inc.php
then edit config.inc.php file and change this script.
$cfg['blowfish_secret'] = ‘cc09333′;
then save
No comments:
Post a Comment
Komentar anda bila perlu penjelasan (semampu saya tentunya)
silahkan login dulu atau follow blog ini untuk bisa mengisi komentar