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, 2 insertions, 3 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst
index 2c6b0331..216a8607 100644
--- a/docs/en/user/installation.rst
+++ b/docs/en/user/installation.rst
@@ -42,7 +42,7 @@ Install Composer:
42 42
43 curl -s http://getcomposer.org/installer | php 43 curl -s http://getcomposer.org/installer | php
44 44
45You can find specific instructions here : __ https://getcomposer.org/doc/00-intro.md 45You can find specific instructions `here <https://getcomposer.org/doc/00-intro.md>`__:
46 46
47To install wallabag itself, you must run these two commands: 47To install wallabag itself, you must run these two commands:
48 48
@@ -64,8 +64,7 @@ And access wallabag at http://yourserverip:8000
64 64
65.. note:: 65.. note::
66 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 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 <http://symfony.com/doc/current/cookbook/configuration/external_parameters.html>`__.
68<http://symfony.com/doc/current/cookbook/configuration/external_parameters.html>`__.
69 68
70Installing on Apache 69Installing on Apache
71-------------------- 70--------------------