Web Hosting Murah - Web Hosting Indonesia Terbaik
|
Web Hosting Murah Dapatkan web hosting murah dengan Bandwidth Unmetered, cPanel terbaru, Auto Installer. |
Domain Murah Daftar domain .Com / .Net / .Org / .Info hanya Rp. 85.000/ tahun |
Install web server (apache)
yum groupinstall "Web Server"
chkconfig --levels 235 httpd on
service httpd start
Install mysql+mysql server
yum install mysql mysql-server
chkconfig --levels 235 mysqld on
service mysqld start
Install php
yum install php
Install module mysql for php
yum install php-mysql
Restart apache
service httpd restart
Install PhpMyAdmin
Download PhpMyAdmin
wget http://downloads.sourceforge.net/pro...biznetnetworks
tar -zxvf phpMyAdmin-3.3.6-all-languages.tar.gz
mv phpMyAdmin-3.3.6-all-languages /var/www/html/phpmyadmin
Berhubung PhpMyAdmin 3.3.6 minimal membutuhkan PHP versi 5.2 sedangkan default Centos web server pakai PHP 5.1.6, maka harus update instalasi php.
http://wiki.centos.org/HowTos/PHP_5.1_To_5.2

Powered by WHMCompleteSolution