Last active
August 23, 2021 10:45
-
-
Save mizner/24b70924d10766ac70c9d367ccc88d68 to your computer and use it in GitHub Desktop.
Scotchbox PHP 7
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
List of PHP 7 Packages: https://launchpad.net/ubuntu/+source/php7.0 | |
Disclaimer: I get unreliable results when I don't run these commands seperately and in order. | |
vagrant ssh | |
sudo apt-get update | |
sudo add-apt-repository ppa:ondrej/php | |
sudo apt-get install php7.0 | |
sudo apt-get update | |
sudo apt-get install php7.0-mysql libapache2-mod-php7.0 php7.0-fpm php7.0-json php7.0-xmlrpc php7.0-cgi php7.0-opcache php7.0-zip php7.0-imap php7.0-curl php7.0-xml php7.0-gd php7.0-mbstring | |
sudo a2enmod proxy_fcgi setenvif | |
sudo a2enconf php7.0-fpm | |
sudo a2dismod php5 | |
sudo a2enmod php7.0 | |
sudo apachectl restart | |
sudo service apache2 reload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FYI this is updated in the box
box.scotch.io for details