mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 11:31:05 +00:00
Added the whole path to parameters.yml file
This commit is contained in:
parent
069d39dfaf
commit
37da178696
6 changed files with 6 additions and 6 deletions
|
@ -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 a new issue