LAMP (software bundle): Difference between revisions

Line 7: Line 7:


===Install Apache===
===Install Apache===
See [https://ubuntu.com/tutorials/install-and-configure-apache]
<syntaxhighlight lang="bash">
sudo apt update
sudo apt install apache2
</syntaxhighlight>


===Installing PHP===
===Installing PHP===