Jump to content

LAMP (software bundle): Difference between revisions

Line 34: Line 34:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
sudo apt update
sudo apt update
sudo apt install php7.4
sudo apt install php7.4 php7.4-fpm
 
# Install php-fpm
sudo apt install php7.4-fpm


# Install some common extensions
# Install some common extensions