Skip to content

Instantly share code, notes, and snippets.

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 menuka94/dd44e9bf770052fd2fc745f127a99cba to your computer and use it in GitHub Desktop.
Save menuka94/dd44e9bf770052fd2fc745f127a99cba to your computer and use it in GitHub Desktop.
Ubuntu 16.04 PHP 7.2 install
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