]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fixed review
authorNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 28 Sep 2016 09:59:35 +0000 (11:59 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 28 Sep 2016 09:59:35 +0000 (11:59 +0200)
docs/de/index.rst
docs/de/user/upgrade-2.0.x-2.0.y.rst
docs/de/user/upgrade-2.0.x-2.1.y.rst [moved from docs/de/user/upgrade-2.0.x-2.1.0.rst with 85% similarity]
docs/en/index.rst
docs/en/user/upgrade-2.0.x-2.1.y.rst [moved from docs/en/user/upgrade-2.0.x-2.1.0.rst with 83% similarity]
docs/fr/index.rst
docs/fr/user/upgrade-2.0.x-2.1.y.rst [moved from docs/fr/user/upgrade-2.0.x-2.1.0.rst with 83% similarity]

index 62f8b54a9e1837a26cef326d970485eccc1810a9..65cf89530426cb43bd73a315542dc2e6c5582cae 100644 (file)
@@ -30,7 +30,7 @@ Die Dokumentation ist in anderen Sprachen verfügbar :
 
    user/faq
    user/installation
-   user/upgrade-2.0.x-2.1.0
+   user/upgrade-2.0.x-2.1.y
    user/upgrade-2.0.x-2.0.y
    user/migration
    user/import
index c04b68f347b25bc0721d7f4b4985a0fbbe34e19f..adf288bd501db0139ede85abd3efd417c187df06 100644 (file)
@@ -1,5 +1,5 @@
-Wallabag updaten
-================
+Wallabag updaten 2.0.x -> 2.1.x
+===============================
 
 Update auf einem dedizierten Webserver
 --------------------------------------
similarity index 85%
rename from docs/de/user/upgrade-2.0.x-2.1.0.rst
rename to docs/de/user/upgrade-2.0.x-2.1.y.rst
index eb67e686a57d7ec1bccf2d7149665cda54dd87f8..32d13c6a6a7777d61d4aab3e5ed9236e86c6e6da 100644 (file)
@@ -33,6 +33,20 @@ Lade das neueste Release von wallabag herunter:
 
 Entpacke das Archiv in deinen wallabag Ordner und ersetze ``app/config/parameters.yml`` mit deiner Datei.
 
+Please note that we added new parameters in this version. You have to edit ``app/config/parameters.yml`` by adding these lines (replace with your configuration) :
+
+.. code-block:: bash
+
+    # RabbitMQ processing
+    rabbitmq_host: localhost
+    rabbitmq_port: 5672
+    rabbitmq_user: guest
+    rabbitmq_password: guest
+
+    # Redis processing
+    redis_host: localhost
+    redis_port: 6379
+
 Wenn du SQLite nutzt, musst auch das ``data/`` Verzeichnis in die neue Installation kopieren.
 
 Leere den ``var/cache`` Ordner.
index da23400b7792bdfa8f3ffd38a1148983c9353b4a..026d174daf6ed1bbb46d3ff30ee7ce11fb314ab2 100644 (file)
@@ -30,7 +30,7 @@ The documentation is available in other languages:
 
    user/faq
    user/installation
-   user/upgrade-2.0.x-2.1.0
+   user/upgrade-2.0.x-2.1.y
    user/upgrade-2.0.x-2.0.y
    user/migration
    user/import
similarity index 83%
rename from docs/en/user/upgrade-2.0.x-2.1.0.rst
rename to docs/en/user/upgrade-2.0.x-2.1.y.rst
index 3a24ee580f8eb871bc4c6003302887e1d0d3a741..5ae5eb4376c9297682e429b4d6274ba8ed061e51 100644 (file)
@@ -1,4 +1,4 @@
-Upgrading from 2.0.x to 2.1.0
+Upgrading from 2.0.x to 2.1.y
 =============================
 
 .. warning::
@@ -33,6 +33,20 @@ Download the last release of wallabag:
 
 Extract the archive in your wallabag folder and replace ``app/config/parameters.yml`` with yours.
 
+Please note that we added new parameters in this version. You have to edit ``app/config/parameters.yml`` by adding these lines (replace with your configuration) :
+
+.. code-block:: bash
+
+    # RabbitMQ processing
+    rabbitmq_host: localhost
+    rabbitmq_port: 5672
+    rabbitmq_user: guest
+    rabbitmq_password: guest
+
+    # Redis processing
+    redis_host: localhost
+    redis_port: 6379
+
 If you use SQLite, you must also copy your ``data/`` folder inside the new installation.
 
 Empty ``var/cache`` folder.
index ff99948c64ce8ca7a6fc0027cc7c6a28728f30d3..d0cd0c43c53613e84f2de5496346a3360afcbc34 100644 (file)
@@ -31,7 +31,7 @@ La documentation est disponible dans d'autres langues :
 
    user/faq
    user/installation
-   user/upgrade-2.0.x-2.1.0
+   user/upgrade-2.0.x-2.1.y
    user/upgrade-2.0.x-2.0.y
    user/migration
    user/import
similarity index 83%
rename from docs/fr/user/upgrade-2.0.x-2.1.0.rst
rename to docs/fr/user/upgrade-2.0.x-2.1.y.rst
index 18f09a631527e8a3e5920bf3fdf549832f63d791..a4afe768df148466ff6ff8f6ff5897328d0cf267 100644 (file)
@@ -1,4 +1,4 @@
-Mettre à jour de la 2.0.x à la 2.1.0
+Mettre à jour de la 2.0.x à la 2.1.y
 ====================================
 
 .. warning::
@@ -33,6 +33,20 @@ Téléchargez la dernière version de wallabag :
 
 Décompressez l'archive dans votre répertoire d'installation et remplacez le fichier ``app/config/parameters.yml`` avec le votre.
 
+Nous avons ajouté de nouveaux paramètres dans cette nouvelle version. Vous devez donc éditer le fichier ``app/config/parameters.yml`` en ajoutant ces lignes (et en remplaçant par votre configuration) :
+
+.. code-block:: bash
+
+    # RabbitMQ processing
+    rabbitmq_host: localhost
+    rabbitmq_port: 5672
+    rabbitmq_user: guest
+    rabbitmq_password: guest
+
+    # Redis processing
+    redis_host: localhost
+    redis_port: 6379
+
 Si vous utilisez SQLite, vous devez également conserver le contenu du répertoire ``data/``.
 
 Videz le répertoire ``var/cache``.