Created
May 14, 2019 18:04
-
-
Save indatawetrust/2438f25a07344ddfd218e040c59def28 to your computer and use it in GitHub Desktop.
PHP 7 and Wordpress Setup
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 apt-get update | |
sudo apt-get upgrade | |
sudo apt-get install ca-certificates apt-transport-https | |
wget -q https://packages.sury.org/php/apt.gpg -O- | sudo apt-key add - | |
echo "deb https://packages.sury.org/php/ stretch main" | sudo tee /etc/apt/sources.list.d/php.list | |
sudo apt-get update | |
sudo apt-get install php7.2 php7.2-cli php7.2-common php7.2-opcache php7.2-curl php7.2-mbstring php7.2-mysql php7.2-zip php7.2-xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment