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:26] – removed 45.89.242.195dokuwiki: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 ======
 +
 +===== Install the Apache web server =====
 +
 +<code bash>
 +sudo apt-get install apache2 -y
 +</code>
 +
 +----
 +
 +===== 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.1656613607.txt.gz · Last modified: 2022/06/30 18:26 by 45.89.242.195

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki