]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Add documentation 1824/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 8 Apr 2016 12:09:31 +0000 (14:09 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 8 Apr 2016 12:09:31 +0000 (14:09 +0200)
docs/en/user/installation.rst
docs/fr/user/installation.rst

index 11ad54fddad77dd232f4492accac19c705e21a37..28da67b7e15f0ab968af4a2200473afffeebf906 100644 (file)
@@ -62,6 +62,11 @@ To start php's build-in server and test if everything did install correctly, you
 
 And access wallabag at http://yourserverip:8000
 
+.. note::
+
+    To define parameters with environment variables, you have to set these variables with ``SYMFONY__`` prefix. For example, ``SYMFONY__DATABASE_DRIVER``. You can have a look to the  `Symfony documentation
+<http://symfony.com/doc/current/cookbook/configuration/external_parameters.html>`__.
+
 Installing on Apache
 --------------------
 
index c145fbc7987682f5b27f48007f969c126e0da917..49e72f83610b4e9b59e40e16f5c8f5d5c79379c4 100644 (file)
@@ -60,6 +60,11 @@ Pour démarrer le serveur interne à php et vérifier que tout s'est installé c
 
 Et accéder wallabag à l'adresse http://lipdevotreserveur:8000
 
+.. note::
+
+    Pour définir des paramètres via des variables d'environnement, vous pouvez les spécifier avec le préfixe ``SYMFONY__``. Par exemple, ``SYMFONY__DATABASE_DRIVER``. Vous pouvez lire `documentation Symfony
+<http://symfony.com/doc/current/cookbook/configuration/external_parameters.html>`__ pour en savoir plus. 
+
 Installation avec Apache
 ------------------------