aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2017-02-28 21:10:24 +0100
committerNicolas Lœuillet <nicolas@loeuillet.org>2017-02-28 21:10:24 +0100
commit3529ce35e43f08ec03be63beeea81406396c686c (patch)
tree0fe017d230d49089e1b0dc5ef97d258c3cc2b9af
parent0a82d6e23c71d797f5ab6e54ee4f67a6c91a05bf (diff)
downloadwallabag-3529ce35e43f08ec03be63beeea81406396c686c.tar.gz
wallabag-3529ce35e43f08ec03be63beeea81406396c686c.tar.zst
wallabag-3529ce35e43f08ec03be63beeea81406396c686c.zip
Added german and italian translation
-rw-r--r--docs/de/user/installation.rst6
-rw-r--r--docs/it/user/installation.rst6
2 files changed, 12 insertions, 0 deletions
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
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::
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
110Configurazione su Apache 110Configurazione su Apache
111~~~~~~~~~~~~~~~~~~~~~~~~ 111~~~~~~~~~~~~~~~~~~~~~~~~
112 112
113Non dimenticate di attivare la mod *rewrite* di Apache
114
115.. code-block:: bash
116
117 a2enmod rewrite && systemctl reload apache2
118
113Assumendo 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: 119Assumendo 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:
114 120
115:: 121::