update remi: nginx mysql mysql-server php php-common php-fpm
1
| yum --enablerepo=remi,remi-test update nginx mysql mysql-server php php-common php-fpm
|
update remi modules PHP
1
| yum --enablerepo=remi,remi-test update php-mysql php-pgsql php-sqlite php-pecl-memcache php-gd php-mbstring php-mcrypt php-xml php-pecl-apc php-cli php-pear php-pdo
|
Pastikan nginx.repo seperti ini:
CentOS
1
2
3
4
5
| [nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=0
enabled=1
|
RHEL
1
2
3
4
5
| [nginx]
name=nginx repo
baseurl=http://nginx.org/packages/rhel/$releasever/$basearch/
gpgcheck=0
enabled=1
|
Tambahan jika ingin update versi phpMyAdmin-nya
update phpmyadmin
1
| yum --enablerepo=remi update phpmyadmin
|
Sudah selesai sudah, jika ada persetujuan YES or NO di YES semua
Mudah bukan? a
semoga berhasil…