How To Install Nginx+PHP-FPM+PHPMyAdmin on CentOS 6
Posted on Jan 27, 2014
Hey Everybody. This is a tutorial that teaches the Nginx+PHP-FPM+PHPMyAdmin installation.
1. EPEL:
This command will download the package into your home directory:
Your installation now is aware of the EPEL repositories. Check this by typing:
Step 1 - Install the Required Repositories
1. EPEL:
wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
This command will download the package into your home directory:
rpm -ivh epel-release*
Your installation now is aware of the EPEL repositories. Check this by typing:
yum repolist