Last active
March 28, 2020 10:26
-
-
Save iamdylanngo/e35a875bc102f60238e8c85e97e6fac6 to your computer and use it in GitHub Desktop.
php7.3-redhat8.readme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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