Skip to content

Instantly share code, notes, and snippets.

@hkhoshraftar
Created July 21, 2019 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hkhoshraftar/c3d8caa65490da63361be65df7c78cd5 to your computer and use it in GitHub Desktop.
Save hkhoshraftar/c3d8caa65490da63361be65df7c78cd5 to your computer and use it in GitHub Desktop.
#centos #php7
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-php73
sudo yum install php php-common php-opcache php-mcrypt php-cli php-gd php-curl php-mysqlnd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment