1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Fixed review

This commit is contained in:
Nicolas Lœuillet 2016-09-28 11:59:35 +02:00
parent eef8aeec8f
commit 9866d39431
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A
7 changed files with 49 additions and 7 deletions

View 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

View file

@ -1,5 +1,5 @@
Wallabag updaten
================
Wallabag updaten 2.0.x -> 2.1.x
===============================
Update auf einem dedizierten Webserver
--------------------------------------

View 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.