mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-07 07:58:48 +00:00
Fixed review
This commit is contained in:
parent
eef8aeec8f
commit
9866d39431
7 changed files with 49 additions and 7 deletions
|
@ -30,7 +30,7 @@ Die Dokumentation ist in anderen Sprachen verfügbar :
|
||||||
|
|
||||||
user/faq
|
user/faq
|
||||||
user/installation
|
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/upgrade-2.0.x-2.0.y
|
||||||
user/migration
|
user/migration
|
||||||
user/import
|
user/import
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Wallabag updaten
|
Wallabag updaten 2.0.x -> 2.1.x
|
||||||
================
|
===============================
|
||||||
|
|
||||||
Update auf einem dedizierten Webserver
|
Update auf einem dedizierten Webserver
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
|
|
|
@ -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.
|
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.
|
Wenn du SQLite nutzt, musst auch das ``data/`` Verzeichnis in die neue Installation kopieren.
|
||||||
|
|
||||||
Leere den ``var/cache`` Ordner.
|
Leere den ``var/cache`` Ordner.
|
|
@ -30,7 +30,7 @@ The documentation is available in other languages:
|
||||||
|
|
||||||
user/faq
|
user/faq
|
||||||
user/installation
|
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/upgrade-2.0.x-2.0.y
|
||||||
user/migration
|
user/migration
|
||||||
user/import
|
user/import
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Upgrading from 2.0.x to 2.1.0
|
Upgrading from 2.0.x to 2.1.y
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
.. warning::
|
.. 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.
|
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.
|
If you use SQLite, you must also copy your ``data/`` folder inside the new installation.
|
||||||
|
|
||||||
Empty ``var/cache`` folder.
|
Empty ``var/cache`` folder.
|
|
@ -31,7 +31,7 @@ La documentation est disponible dans d'autres langues :
|
||||||
|
|
||||||
user/faq
|
user/faq
|
||||||
user/installation
|
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/upgrade-2.0.x-2.0.y
|
||||||
user/migration
|
user/migration
|
||||||
user/import
|
user/import
|
||||||
|
|
|
@ -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::
|
.. 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.
|
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/``.
|
Si vous utilisez SQLite, vous devez également conserver le contenu du répertoire ``data/``.
|
||||||
|
|
||||||
Videz le répertoire ``var/cache``.
|
Videz le répertoire ``var/cache``.
|
Loading…
Reference in a new issue