Skip to content

Instantly share code, notes, and snippets.

@hoangdh
Last active May 14, 2019 15:43
Show Gist options
  • Save hoangdh/df0486871782ef748153bd4fc6fe57ff to your computer and use it in GitHub Desktop.
Save hoangdh/df0486871782ef748153bd4fc6fe57ff to your computer and use it in GitHub Desktop.
#!/bin/bash
yum install epel-release yum-utils -y
yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm -y
yum-config-manager --enable remi-php72
yum install php-cli php-fpm php-mysql php-json php-opcache php-mbstring php-xml php-gd php-curl -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment