Quantcast
Channel: Ray Heffer » vps
Viewing all articles
Browse latest Browse all 2

VIDEO: Build your own WordPress server on CentOS 6 – Complete Walkthrough

$
0
0

Here is a brand new video tutorial on building a CentOS 6 web server for WordPress. In this video I guide you through building a secure CentOS 6 web server with every step from installing CentOS, configuring MySQL and Apache and installing your first WordPress blog site!

Yum Packages used:

yum -y install httpd openssl-devel openssl mod_ssl vsftpd autoconf automake lynx gcc
yum -y install mysql mod_auth_mysql mysql-devel mysql-server
yum -y install mod_python python python-devel
yum -y install perl mod_perl mod_perl-devel openssl-perl perl-Convert-ASN1 perl-Date-Calc perl-DateManip perl-HTML-Parser perl-libwww-perl perl-CPAN perl-DBD-MySQL perl-XML-Parser
yum -y install php-devel php php-domxml php-gd php-mbstring php-mysql php-ncurses php-pear
yum -y install sendmail sendmail-cf

Installing php-mcrypt (Required for phpMyAdmin):

rpm -ivh http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum install php-mcrypt
/etc/init.d/httpd restart

Installing TUI for IPtables:

yum install system-config-firewall-tui -y

The post VIDEO: Build your own WordPress server on CentOS 6 – Complete Walkthrough appeared first on Ray Heffer.


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images