Last active
April 17, 2019 14:09
-
-
Save mataprasad/40a80dabb7e57657b653ef547bbcc56a to your computer and use it in GitHub Desktop.
This file contains 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 apt-get install python-software-properties | |
sudo add-apt-repository ppa:ondrej/php | |
sudo apt-get update | |
sudo apt-get install -y php7.0 | |
sudo apt-get install php7.0 php7.0-mcrypt php7.0-curl php7.0-cli php7.0-mysql php7.0-gd libapache2-mod-php7.0 php7.0-soap php7.0-fpm php7.0-common php7.0-mbstring php7.0-xmlrpc php7.0-xml php7.0-intl php7.0-ldap php7.1-zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment