Skip to content

Instantly share code, notes, and snippets.

@pritdeveloper
Last active April 22, 2019 08:28
Show Gist options
  • Save pritdeveloper/e837b043d6ace5f57f841929ac9925ef to your computer and use it in GitHub Desktop.
Save pritdeveloper/e837b043d6ace5f57f841929ac9925ef to your computer and use it in GitHub Desktop.
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install libapache2-mod-php7.0
sudo a2dismod php5
sudo a2enmod php7.0
sudo apt-get install php7.0-dom php7.0-mbstring php7.0-zip php7.0-mysql php7.0-sqlite php7.0-curl php7.0-gd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment