Skip to content

Instantly share code, notes, and snippets.

View tesmojones's full-sized avatar

setiana tesmojones

  • indonesia
  • 10:28 (UTC +07:00)
View GitHub Profile
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
@tesmojones
tesmojones / gist:80eb58988870fc958342ced80d25b027
Created September 14, 2018 08:15
Install PHP 7.2 in Centos 7
sudo yum install epel-release yum-utils
sudo yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
sudo yum-config-manager --enable remi-php72
sudo yum install php php-common php-opcache php-mcrypt php-cli php-gd php-curl php-mysqlnd
php -v