diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-03 14:21:49 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-03 14:21:49 +0200 |
commit | 8fdb5e5766a6bf5970f268200a6c21fd39693637 (patch) | |
tree | a87ee768ccd79c3223f4a5048e9b674845579d6e /docs/fr | |
parent | 9d3603147b0a4219a8065861351439cbe5e52772 (diff) | |
download | wallabag-8fdb5e5766a6bf5970f268200a6c21fd39693637.tar.gz wallabag-8fdb5e5766a6bf5970f268200a6c21fd39693637.tar.zst wallabag-8fdb5e5766a6bf5970f268200a6c21fd39693637.zip |
Re-add wallabag:install
Diffstat (limited to 'docs/fr')
-rw-r--r-- | docs/fr/user/installation.rst | 1 |
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 | ||
57 | Pour démarrer le serveur interne à php et vérifier que tout s'est installé correctement, vous pouvez exécuter : | 58 | Pour démarrer le serveur interne à php et vérifier que tout s'est installé correctement, vous pouvez exécuter : |
58 | 59 | ||