Skip to content

Instantly share code, notes, and snippets.

@nijikokun
Created July 12, 2018 06:30
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 nijikokun/a027e6861de8a4cb03cef21bc7299350 to your computer and use it in GitHub Desktop.
Save nijikokun/a027e6861de8a4cb03cef21bc7299350 to your computer and use it in GitHub Desktop.
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install -yqq php7.2 php7.2-common
sudo apt-get install -yqq php7.2-dom php7.2-cli php7.2-fpm php7.2-curl php7.2-gd php7.2-mysql php7.2-mbstring zip unzip
sudo service apache2 stop
sudo service nginx start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment