1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +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

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