]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #2950 from wallabag/fix-symlinks
authorNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 2 Mar 2017 13:16:51 +0000 (14:16 +0100)
committerGitHub <noreply@github.com>
Thu, 2 Mar 2017 13:16:51 +0000 (14:16 +0100)
Fixed symlinks issue during release creation

docs/de/user/installation.rst
docs/en/user/installation.rst
docs/fr/user/installation.rst
docs/it/user/installation.rst

index cec62d182fd103cbb6742a0f4b48e3d691182091..0de6b6de8e67482ef3a3285fb14b42f79997f3ae 100644 (file)
@@ -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:
 
 ::
index 7fb81aeb32343e501feb692a04530ea5ae13e37c..2b730b8376d7ec2e1d8560830aa11a93b7d7f0b8 100644 (file)
@@ -110,6 +110,12 @@ Virtual hosts
 Configuration on Apache
 ~~~~~~~~~~~~~~~~~~~~~~~
 
+Do not forget to active the *rewrite* mod of Apache
+
+.. code-block:: bash
+
+    a2enmod rewrite && systemctl reload apache2
+
 Assuming you install wallabag in the ``/var/www/wallabag`` folder and that you want to use PHP as an Apache module, here's a vhost for wallabag:
 
 ::
index 319735afc1244978337268a291021cfb5621ce87..5d29cb013a79ea838c92ff50ff50e376b559ab95 100644 (file)
@@ -107,6 +107,12 @@ Virtual hosts
 Configuration avec Apache
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 
+N'oubliez pas d'activer le mod *rewrite* de Apache
+
+.. code-block:: bash
+
+    a2enmod rewrite && systemctl reload apache2
+
 En imaginant que vous vouliez installer wallabag dans le dossier ``/var/www/wallabag`` et que vous utilisiez PHP comme un module Apache, voici un vhost pour wallabag :
 
 ::
index cd6ebbefbf2b60df950ba51a7958f24365f9a0d0..a79a31d3a85748d7175d7cf4ed386877e9a476f8 100644 (file)
@@ -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:
 
 ::