diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-04-08 14:09:31 +0200 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-04-08 14:09:31 +0200 |
commit | 7704ef5d3fccf99d7c1ecf72869b7c0c3a8e43bb (patch) | |
tree | 24c7fb279f2ed22902bd03a75a46a17cea861df5 /docs | |
parent | 0bb5669cf602aa5aa2aae76299328827a1c290c5 (diff) | |
download | wallabag-7704ef5d3fccf99d7c1ecf72869b7c0c3a8e43bb.tar.gz wallabag-7704ef5d3fccf99d7c1ecf72869b7c0c3a8e43bb.tar.zst wallabag-7704ef5d3fccf99d7c1ecf72869b7c0c3a8e43bb.zip |
Add documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/user/installation.rst | 5 | ||||
-rw-r--r-- | docs/fr/user/installation.rst | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst index 11ad54fd..28da67b7 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 | ||
63 | And access wallabag at http://yourserverip:8000 | 63 | And 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 | |||
65 | Installing on Apache | 70 | Installing on Apache |
66 | -------------------- | 71 | -------------------- |
67 | 72 | ||
diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst index c145fbc7..49e72f83 100644 --- a/docs/fr/user/installation.rst +++ b/docs/fr/user/installation.rst | |||
@@ -60,6 +60,11 @@ Pour démarrer le serveur interne à php et vérifier que tout s'est installé c | |||
60 | 60 | ||
61 | Et accéder wallabag à l'adresse http://lipdevotreserveur:8000 | 61 | Et accéder wallabag à l'adresse http://lipdevotreserveur:8000 |
62 | 62 | ||
63 | .. note:: | ||
64 | |||
65 | 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 | ||
66 | <http://symfony.com/doc/current/cookbook/configuration/external_parameters.html>`__ pour en savoir plus. | ||
67 | |||
63 | Installation avec Apache | 68 | Installation avec Apache |
64 | ------------------------ | 69 | ------------------------ |
65 | 70 | ||