====== DokuWiki - Install DokuWiki with Apache - Install Apache and PHP ====== ===== Install the Apache web server ===== sudo apt-get install apache2 -y ---- ===== Install the necessary PHP components ===== sudo apt-get install php php-gd php-xml php-json -y ---- ==== Start and enable Apache ==== sudo systemctl enable --now apache2