aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/de/user/installation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/de/user/installation.rst')
-rw-r--r--docs/de/user/installation.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/de/user/installation.rst b/docs/de/user/installation.rst
index cec62d18..8393455a 100644
--- a/docs/de/user/installation.rst
+++ b/docs/de/user/installation.rst
@@ -4,7 +4,7 @@ Installation von wallabag
4Voraussetzungen 4Voraussetzungen
5--------------- 5---------------
6 6
7wallabag ist kompatibel mit PHP >= 5.5, inkl. PHP 7. 7wallabag ist kompatibel mit **PHP >= 5.6**, inkl. PHP 7.
8 8
9.. note:: 9.. note::
10 10
@@ -111,6 +111,12 @@ Virtualhosts
111Konfiguration von Apache 111Konfiguration von Apache
112~~~~~~~~~~~~~~~~~~~~~~~~ 112~~~~~~~~~~~~~~~~~~~~~~~~
113 113
114Vergiss nicht, die *rewrite* mod von Apache zu aktivieren.
115
116.. code-block:: bash
117
118 a2enmod rewrite && systemctl reload apache2
119
114Angenommen du willst wallabag in das Verzeichnis ``/var/www/wallabag`` installieren und du willst PHP als Apache Modul nutzen, dann ist hier ein vhost für wallabag: 120Angenommen du willst wallabag in das Verzeichnis ``/var/www/wallabag`` installieren und du willst PHP als Apache Modul nutzen, dann ist hier ein vhost für wallabag:
115 121
116:: 122::