aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/user/installation.rst
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-06 13:43:53 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-06 13:43:53 +0200
commit94d1dae4ef9ee9698068b63b8f20a89519f98939 (patch)
tree2671507d59a58dcae71b4a4c896547c6cb499a75 /docs/en/user/installation.rst
parent2b9c5097d438c5493e5c47c7084fc01d1eb19686 (diff)
downloadwallabag-94d1dae4ef9ee9698068b63b8f20a89519f98939.tar.gz
wallabag-94d1dae4ef9ee9698068b63b8f20a89519f98939.tar.zst
wallabag-94d1dae4ef9ee9698068b63b8f20a89519f98939.zip
Update install documentation
Diffstat (limited to 'docs/en/user/installation.rst')
-rw-r--r--docs/en/user/installation.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst
index 95df263a..a5b37327 100644
--- a/docs/en/user/installation.rst
+++ b/docs/en/user/installation.rst
@@ -85,6 +85,8 @@ Execute this command to download and extract the latest package:
85 85
86 wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package 86 wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package
87 87
88(md5 hash of the package: ``18aadd1003a08eb11f5341b9755029f8``)
89
88Now, read the following documentation to create your virtual host, then access your wallabag. 90Now, read the following documentation to create your virtual host, then access your wallabag.
89If you changed the database configuration to use MySQL or PostgreSQL, you need to create a user via this command ``php bin/console wallabag:install --env=prod``. 91If you changed the database configuration to use MySQL or PostgreSQL, you need to create a user via this command ``php bin/console wallabag:install --env=prod``.
90 92