aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/user/installation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/user/installation.rst')
-rw-r--r--docs/en/user/installation.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst
index bc35a02b..586b01ad 100644
--- a/docs/en/user/installation.rst
+++ b/docs/en/user/installation.rst
@@ -62,6 +62,11 @@ To start php's build-in server and test if everything did install correctly, you
62 62
63And access wallabag at http://yourserverip:8000 63And access wallabag at http://yourserverip:8000
64 64
65.. note::
66
67 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
68<http://symfony.com/doc/current/cookbook/configuration/external_parameters.html>`__.
69
65Installing on Apache 70Installing on Apache
66-------------------- 71--------------------
67 72