Skip to content

Instantly share code, notes, and snippets.

@harendra21
Created August 17, 2021 10:47
Show Gist options
  • Save harendra21/5a4c4bbc0d90518e9f89ed0a098faab1 to your computer and use it in GitHub Desktop.
Save harendra21/5a4c4bbc0d90518e9f89ed0a098faab1 to your computer and use it in GitHub Desktop.
sudo apt update -y
sudo apt install apache2 -y
sudo apt install php7.4 php7.4-mysql php-common php7.4-cli php7.4-json php7.4-common php7.4-opcache libapache2-mod-php7.4 -y
sudo systemctl restart apache2
sudo apt install mariadb-server mariadb-client -y
sudo mysql_secure_installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment