dokuwiki:install_dokuwiki_with_apache:install_apache_and_php
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
dokuwiki:install_dokuwiki_with_apache:install_apache_and_php [2022/06/30 18:25] – created 45.89.242.195 | dokuwiki:install_dokuwiki_with_apache:install_apache_and_php [2022/06/30 18:31] (current) – 45.89.242.195 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== DokuWiki - Install DokuWiki with Apache - Install Apache and PHP ====== | ====== DokuWiki - Install DokuWiki with Apache - Install Apache and PHP ====== | ||
+ | |||
+ | ===== Install the Apache web server ===== | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt-get install apache2 -y | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Install the necessary PHP components ===== | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt-get install php php-gd php-xml php-json -y | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Start and enable Apache ==== | ||
+ | |||
+ | <code bash> | ||
+ | sudo systemctl enable --now apache2 | ||
+ | </ | ||
+ | |||
dokuwiki/install_dokuwiki_with_apache/install_apache_and_php.1656613547.txt.gz · Last modified: 2022/06/30 18:25 by 45.89.242.195