From: Nicolas Lœuillet Date: Tue, 28 Feb 2017 20:10:24 +0000 (+0100) Subject: Added german and italian translation X-Git-Tag: 2.2.2~4^2 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=3529ce35e43f08ec03be63beeea81406396c686c Added german and italian translation --- diff --git a/docs/de/user/installation.rst b/docs/de/user/installation.rst index cec62d18..0de6b6de 100644 --- a/docs/de/user/installation.rst +++ b/docs/de/user/installation.rst @@ -111,6 +111,12 @@ Virtualhosts Konfiguration von Apache ~~~~~~~~~~~~~~~~~~~~~~~~ +Vergiss nicht, die *rewrite* mod von Apache zu aktivieren. + +.. code-block:: bash + + a2enmod rewrite && systemctl reload apache2 + Angenommen 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: :: diff --git a/docs/it/user/installation.rst b/docs/it/user/installation.rst index cd6ebbef..a79a31d3 100644 --- a/docs/it/user/installation.rst +++ b/docs/it/user/installation.rst @@ -110,6 +110,12 @@ Host virtuali Configurazione su Apache ~~~~~~~~~~~~~~~~~~~~~~~~ +Non dimenticate di attivare la mod *rewrite* di Apache + +.. code-block:: bash + + a2enmod rewrite && systemctl reload apache2 + Assumendo che voi abbiate installato wallabag nella cartella ``/var/www/wallabag`` e che vogliate usare PHP come un modulo Apache, ecco un vhost per l’applicazione: ::