Skip to content

Instantly share code, notes, and snippets.

@iamdylanngo
Last active March 28, 2020 10:26
Show Gist options
  • Select an option

  • Save iamdylanngo/e35a875bc102f60238e8c85e97e6fac6 to your computer and use it in GitHub Desktop.

Select an option

Save iamdylanngo/e35a875bc102f60238e8c85e97e6fac6 to your computer and use it in GitHub Desktop.
php7.3-redhat8.readme
Guide setup php7.x-fpm in RedHat 8
# Add repository
sudo dnf install -y https://rpms.remirepo.net/enterprise/remi-release-8.rpm
sudo dnf module list php
sudo dnf module enable php:remi-7.3 -y
sudo dnf install php-mysql php-opcache php-xml php-mcrypt php-gd php-soap php-redis php-bcmath php-intl php-mbstring php-json php-iconv php-fpm php-zip
sudo dnf list installed | grep 'php'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment