]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/fr/user/installation.rst
French documentation for new installation
[github/wallabag/wallabag.git] / 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 :