]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Re-add wallabag:install
authorJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 3 Oct 2016 12:21:49 +0000 (14:21 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 3 Oct 2016 12:21:49 +0000 (14:21 +0200)
docs/de/user/installation.rst
docs/en/user/installation.rst
docs/fr/user/installation.rst

index f7bc2e4f742795b057cbb3fbe7561a820dbfe49e..7fa8c625ead18f6eeed7f74b4f7a70734c9d1d90 100644 (file)
@@ -56,6 +56,7 @@ Um wallabag selbst zu installieren, musst du die folgenden Kommandos ausführen:
     cd wallabag
     git checkout 2.1.0
     ASSETS=build ./install.sh
+    php bin/console wallabag:install --env=prod
 
 Um PHPs eingebauten Server zu starten und zu testen, ob alles korrekt installiert wurde, kannst du folgendes Kommando ausführen:
 
index 7954fe0b39a0bb00811a853f238fe09f6a01d101..82fa6f4e23879a8fd2d4860fe628fa1e05158a4a 100644 (file)
@@ -55,6 +55,7 @@ To install wallabag itself, you must run the following commands:
     cd wallabag
     git checkout 2.1.0
     ASSETS=build ./install.sh
+    php bin/console wallabag:install --env=prod
 
 To start PHP's build-in server and test if everything did install correctly, you can do:
 
index f9777890e35bd46cdc8ad606fc96f8fa8be43de5..bb4de534f1bf4c38f5e4c6abfab7b91309f67138 100644 (file)
@@ -53,6 +53,7 @@ Pour installer wallabag, vous devez exécuter ces commandes :
     cd wallabag
     git checkout 2.1.0
     ASSETS=build ./install.sh
+    php bin/console wallabag:install --env=prod
 
 Pour démarrer le serveur interne à php et vérifier que tout s'est installé correctement, vous pouvez exécuter :