#!/usr/bin/ruby puts

SunDi3yansyah


puts

App Server, Database App, Web App

Update Versi LEMP CentOS Dan Fedora

| Comments | Cahyadi Triyansyah Cahyadi Triyansyah

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

1
y

Mudah bukan? smileya

semoga berhasil…

Comments