Forked from Stafox/gist:0fff60615a100b92bdd73c21802adb20
Created
August 30, 2018 08:07
-
-
Save menuka94/dd44e9bf770052fd2fc745f127a99cba to your computer and use it in GitHub Desktop.
Ubuntu 16.04 PHP 7.2 install
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
sudo add-apt-repository -y ppa:ondrej/php | |
sudo apt-get update | |
sudo apt-get install -y php7.2-fpm | |
sudo apt-get install -y php7.2 | |
sudo apt-get -y install curl php7.2-pgsql php7.2-curl php7.2-json php7.2-mbstring php7.2-gd php7.2-intl php7.2-xml php7.2-imagick php7.2-redis php7.2-zip | |
# sudo systemctl disable apache2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment