]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
French documentation for new installation
authorNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 8 Mar 2016 10:42:11 +0000 (11:42 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 10 Mar 2016 11:43:03 +0000 (12:43 +0100)
docs/fr/user/installation.rst

index a2a5dabf5c9de7b315e768ad7b8e85510ec4376d..784b06fe51772d4742f9906618a27588efd0ef8c 100644 (file)
@@ -46,8 +46,12 @@ Pour installer wallabag, vous devez exécuter ces deux commandes :
 
 ::
 
-    SYMFONY_ENV=prod composer create-project wallabag/wallabag wallabag "2.0.0-beta.1" --no-dev
+    git clone git@github.com:wallabag/wallabag.git
+    cd wallabag
+    git checkout 2.0.0-beta.2
+    SYMFONY_ENV=prod composer install --no-dev
     php bin/console wallabag:install --env=prod
+    php bin/console server:run --env=prod
 
 Pour démarrer le serveur interne à php et vérifier que tout s'est installé correctement, vous pouvez exécuter :