aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/developer
diff options
context:
space:
mode:
authorPascal MARTIN <pmartin@tea-ebook.com>2016-09-30 12:29:22 +0200
committerPascal MARTIN <pmartin@tea-ebook.com>2016-09-30 12:29:22 +0200
commit56f0150e2a57ac0f637bf51e0e034d7e49aed1dd (patch)
tree33b7368eabde430f0a7319204b8a8482fe1385aa /docs/en/developer
parentf9feca5c64309a2a202258bb92ae24b7a1dbe31c (diff)
downloadwallabag-56f0150e2a57ac0f637bf51e0e034d7e49aed1dd.tar.gz
wallabag-56f0150e2a57ac0f637bf51e0e034d7e49aed1dd.tar.zst
wallabag-56f0150e2a57ac0f637bf51e0e034d7e49aed1dd.zip
Fix doc: 'bin/console' instead of 'app/console'
Diffstat (limited to 'docs/en/developer')
-rw-r--r--docs/en/developer/docker.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/developer/docker.rst b/docs/en/developer/docker.rst
index 8816cbcf..5e4f2ce6 100644
--- a/docs/en/developer/docker.rst
+++ b/docs/en/developer/docker.rst
@@ -40,7 +40,7 @@ Run wallabag
40#. Edit ``app/config/parameters.yml`` to replace ``database_*`` 40#. Edit ``app/config/parameters.yml`` to replace ``database_*``
41 properties with commented ones (with values prefixed by ``env.``) 41 properties with commented ones (with values prefixed by ``env.``)
42#. ``composer install`` the project dependencies 42#. ``composer install`` the project dependencies
43#. ``php app/console wallabag:install`` to create the schema 43#. ``php bin/console wallabag:install`` to create the schema
44#. ``docker-compose up`` to run the containers 44#. ``docker-compose up`` to run the containers
45#. Finally, browse to http://localhost:8080/ to find your freshly 45#. Finally, browse to http://localhost:8080/ to find your freshly
46 installed wallabag. 46 installed wallabag.