:: How to install php-fpm on CentOS 5.8
+ installing repository
|
0 1 |
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-5.rpm yum install yum-priorities |
+ add priority=10 on remi.repo
|
0 |
vi /etc/yum.repos.d/remi.repo |
|
0 1 2 3 4 5 6 7 8 |
[remi] name=Les RPM de remi pour Enterprise Linux $releasever - $basearch #baseurl=http://rpms.famillecollet.com/enterprise/$releasever/remi/$basearch/ mirrorlist=http://rpms.famillecollet.com/enterprise/$releasever/remi/mirror enabled=0 priority=10 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi failovermethod=priority |
+ installing php-fpm
|
0 |
yum install php-fpm |
or
|
0 |
yum --enablerepo=remi install php-fpm |
:: Links
+ Google
+ HowToForge
