Last active
June 6, 2019 09:27
-
-
Save henzard/3f09d2b006c47abf1c924601ed83af14 to your computer and use it in GitHub Desktop.
Setup Linux Apache PHP 7.2 MySql on a PI
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 install -y git mysql-server | |
sudo apt install -y -t buster apache2 php7.2 php7.2-curl php7.2-gd php7.2-imap php7.2-json mcrypt php7.2-mysql php7.2-opcache php7.2-xmlrpc libapache2-mod-php7.2 php7.2-xml php7.2-mbstring | |
sudo apt install -y composer nodejs npm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment