Wednesday, June 21, 2017

Install Virtualmin Centos 6 x64 bit PHP 5.6.x

Untuk yang mau coba pake virtualmin bisa coba cara mudah berikut
Spesifikasi
OS : Centos 6 64 bit
PHP : 5.6.x

Persiapan

mkdir /download
cd /download
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm && rpm -Uvh epel-release-latest-6.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm && rpm -Uvh remi-release-6*.rpm
yum install python-argparse -y

Untuk bisa menggunakan PHP v 5.6.x
#enable repo [remi] dan [remi-php56]
#ubah dari enable=0 jadi enable=1
vi /etc/yum.repos.d/remi.repo

*untuk edit pencet tombol “Insert” dulu sampe muncul tulisan --Insert-- dibawah. baru cari baris yg mau diubah. klo udah pencet “Esc” terus ketik “:wq” ENTER

Install Virtualmin
yum -y upgrade
yum -y update
wget http://software.virtualmin.com/gpl/scripts/install.sh
hostname -f
/bin/sh install.sh

No comments: