Skip to content

Instantly share code, notes, and snippets.

@henzard
Last active June 6, 2019 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henzard/3f09d2b006c47abf1c924601ed83af14 to your computer and use it in GitHub Desktop.
Save henzard/3f09d2b006c47abf1c924601ed83af14 to your computer and use it in GitHub Desktop.
Setup Linux Apache PHP 7.2 MySql on a PI
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