aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/fr/user
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-10-03 14:21:49 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-03 14:21:49 +0200
commit8fdb5e5766a6bf5970f268200a6c21fd39693637 (patch)
treea87ee768ccd79c3223f4a5048e9b674845579d6e /docs/fr/user
parent9d3603147b0a4219a8065861351439cbe5e52772 (diff)
downloadwallabag-8fdb5e5766a6bf5970f268200a6c21fd39693637.tar.gz
wallabag-8fdb5e5766a6bf5970f268200a6c21fd39693637.tar.zst
wallabag-8fdb5e5766a6bf5970f268200a6c21fd39693637.zip
Re-add wallabag:install
Diffstat (limited to 'docs/fr/user')
-rw-r--r--docs/fr/user/installation.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst
index f9777890..bb4de534 100644
--- a/docs/fr/user/installation.rst
+++ b/docs/fr/user/installation.rst
@@ -53,6 +53,7 @@ Pour installer wallabag, vous devez exécuter ces commandes :
53 cd wallabag 53 cd wallabag
54 git checkout 2.1.0 54 git checkout 2.1.0
55 ASSETS=build ./install.sh 55 ASSETS=build ./install.sh
56 php bin/console wallabag:install --env=prod
56 57
57Pour démarrer le serveur interne à php et vérifier que tout s'est installé correctement, vous pouvez exécuter : 58Pour démarrer le serveur interne à php et vérifier que tout s'est installé correctement, vous pouvez exécuter :
58 59