aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/fr/user/installation.rst
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-10-03 15:33:08 +0200
committerGitHub <noreply@github.com>2016-10-03 15:33:08 +0200
commit24add95e9eaa1211655aff6d3d06c30e94252bcc (patch)
tree59fde27b0ec839434b725a276743027672efefd1 /docs/fr/user/installation.rst
parent9d3603147b0a4219a8065861351439cbe5e52772 (diff)
parent88d8125a5fa3b5c6c91cb22fc2bef1243d7391fc (diff)
downloadwallabag-24add95e9eaa1211655aff6d3d06c30e94252bcc.tar.gz
wallabag-24add95e9eaa1211655aff6d3d06c30e94252bcc.tar.zst
wallabag-24add95e9eaa1211655aff6d3d06c30e94252bcc.zip
Merge pull request #2338 from wallabag/install-2.1
Fix for 2.1 installation
Diffstat (limited to 'docs/fr/user/installation.rst')
-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