User Tools

Site Tools


dokuwiki:install_dokuwiki_with_apache:install_apache_and_php

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dokuwiki:install_dokuwiki_with_apache:install_apache_and_php [2022/06/30 18:30] 45.89.242.195dokuwiki:install_dokuwiki_with_apache:install_apache_and_php [2022/06/30 18:31] (current) 45.89.242.195
Line 8: Line 8:
  
 ---- ----
 +
 +===== Install the necessary PHP components =====
 +
 +<code bash>
 +sudo apt-get install php php-gd php-xml php-json -y
 +</code>
 +
 +----
 +
 +==== Start and enable Apache ====
 +
 +<code bash>
 +sudo systemctl enable --now apache2
 +</code>
  
  
dokuwiki/install_dokuwiki_with_apache/install_apache_and_php.1656613832.txt.gz · Last modified: 2022/06/30 18:30 by 45.89.242.195

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki