]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix doc: 'bin/console' instead of 'app/console'
authorPascal MARTIN <pmartin@tea-ebook.com>
Fri, 30 Sep 2016 10:29:22 +0000 (12:29 +0200)
committerPascal MARTIN <pmartin@tea-ebook.com>
Fri, 30 Sep 2016 10:29:22 +0000 (12:29 +0200)
docs/de/developer/docker.rst
docs/en/developer/docker.rst
docs/fr/developer/docker.rst

index c63194aadd9864f2f6b030113987d6012cff4af6..9948fe8c79796f14d57469ef2bbd883a4eb2fdb5 100644 (file)
@@ -44,7 +44,7 @@ wallabag laufen lassen
    Eigenschaften mit den kommentierten zu ersetzen (mit Werten
    mit ``env.`` Präfix)
 #. ``composer install`` die Projektabhängigkeiten
-#. ``php app/console wallabag:install``, um das Schema zu erstellen
+#. ``php bin/console wallabag:install``, um das Schema zu erstellen
 #. ``docker-compose up`` um die Container laufen zu lassen
 #. Schließlich öffne http://localhost:8080/, um dein frisch
    installiertes wallabag zu finden.
index 8816cbcfbdc2cdf395b29e2383bbeadb756f0a93..5e4f2ce6bda0326e2ff0c4ae306f199b3480c046 100644 (file)
@@ -40,7 +40,7 @@ Run wallabag
 #. Edit ``app/config/parameters.yml`` to replace ``database_*``
    properties with commented ones (with values prefixed by ``env.``)
 #. ``composer install`` the project dependencies
-#. ``php app/console wallabag:install`` to create the schema
+#. ``php bin/console wallabag:install`` to create the schema
 #. ``docker-compose up`` to run the containers
 #. Finally, browse to http://localhost:8080/ to find your freshly
    installed wallabag.
index 73cb56be833d7dd920212d2da444bfa1bdf3c58b..84724ed3eae9ab9fcc734d3bb3b8aedb08f62edf 100644 (file)
@@ -39,7 +39,7 @@ Exécuter wallabag
 #. Editer ``app/config/parameters.yml`` pour remplacer les propriétés ``database_*``
     par les lignes commentées (celles avec des valeurs préfixées par ``env.``)
 #. ``composer install`` pour installer les dépendances
-#. ``php app/console wallabag:install`` pour créer le schéma de la BDD
+#. ``php bin/console wallabag:install`` pour créer le schéma de la BDD
 #. ``docker-compose up`` pour démarrer les conteneurs
 #. Enfin, se rendre sur http://localhost:8080/ pour accéder à une installation
     tout propre de wallabag.