Centos apache,php,mysql ve webmin kurulumu

On 28/03/2011, in Linux, by Specialist

yum update

yum install httpd php mysql-server php-mysql php-mbstring php-gd

/sbin/chkconfig httpd on
/sbin/chkconfig mysqld on

chkconfig –list httpd

apache ve mysql i calistiralim

/sbin/service httpd start
/sbin/service mysqld start

mysql root sifresini degistirelim:

mysqladmin -u root password ‘yenisifreniz’

webmin kurulumu:
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.440-1.noarch.rpm
wget http://webmin.com/jcameron-key.asc
rpm –import jcameron-key.asc
yum install webmin-1.440-1.noarch.rpm

 

Bir cevap yazın

E-posta hesabınız yayımlanmayacak.

This site uses Akismet to reduce spam. Learn how your comment data is processed.