mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-17 10:50:29 +01:00
Merge pull request #2508 from wallabag/fix-redis-rabbit-doc
Added the whole path to parameters.yml file
This commit is contained in:
commit
eca4d030bf
@ -37,7 +37,7 @@ RabbitMQ stoppen
|
|||||||
Konfigure RabbitMQ in wallabag
|
Konfigure RabbitMQ in wallabag
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
Bearbeite die Datei ``parameters.yml``, um die RabbitMQ Konfiguration einzurichten. Die Standardkonfiguration sollte ok sein:
|
Bearbeite die Datei ``app/config/parameters.yml``, um die RabbitMQ Konfiguration einzurichten. Die Standardkonfiguration sollte ok sein:
|
||||||
|
|
||||||
.. code:: yaml
|
.. code:: yaml
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Der Redis Service läuft eventuell schon direkt nach der Installation. Falls nic
|
|||||||
Konfigure Redis in wallabag
|
Konfigure Redis in wallabag
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
Bearbeite die Datei ``parameters.yml``, um die RabbitMQ Konfiguration einzurichten. Die Standardkonfiguration sollte ok sein:
|
Bearbeite die Datei ``app/config/parameters.yml``, um die RabbitMQ Konfiguration einzurichten. Die Standardkonfiguration sollte ok sein:
|
||||||
|
|
||||||
.. code:: yaml
|
.. code:: yaml
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ Stop RabbitMQ
|
|||||||
Configure RabbitMQ in wallabag
|
Configure RabbitMQ in wallabag
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
Edit your ``parameters.yml`` file to edit RabbitMQ configuration. The default one should be ok:
|
Edit your ``app/config/parameters.yml`` file to edit RabbitMQ configuration. The default one should be ok:
|
||||||
|
|
||||||
.. code:: yaml
|
.. code:: yaml
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ The server might be already running after installing, if not you can launch it u
|
|||||||
Configure Redis in wallabag
|
Configure Redis in wallabag
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
Edit your ``parameters.yml`` file to edit Redis configuration. The default one should be ok:
|
Edit your ``app/config/parameters.yml`` file to edit Redis configuration. The default one should be ok:
|
||||||
|
|
||||||
.. code:: yaml
|
.. code:: yaml
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ Arrêter RabbitMQ
|
|||||||
Configurer RabbitMQ dans wallabag
|
Configurer RabbitMQ dans wallabag
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
Modifiez votre fichier ``parameters.yml`` pour éditer la configuration RabbitMQ. Celle par défaut devrait convenir :
|
Modifiez votre fichier ``app/config/parameters.yml`` pour éditer la configuration RabbitMQ. Celle par défaut devrait convenir :
|
||||||
|
|
||||||
.. code:: yaml
|
.. code:: yaml
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Le serveur devrait déjà être démarré après l'installation. Si ce n'est pas
|
|||||||
Configurer Redis dans wallabag
|
Configurer Redis dans wallabag
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
Modifiez votre fichier ``parameters.yml`` pour éditer la configuration Redis. Celle par défaut devrait convenir :
|
Modifiez votre fichier ``app/config/parameters.yml`` pour éditer la configuration Redis. Celle par défaut devrait convenir :
|
||||||
|
|
||||||
.. code:: yaml
|
.. code:: yaml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user