X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=docs%2Fen%2Fdeveloper%2Fdocker.rst;h=5e4f2ce6bda0326e2ff0c4ae306f199b3480c046;hb=a3477df5c93bc3d27baac08410a716fa6e92309f;hp=8816cbcfbdc2cdf395b29e2383bbeadb756f0a93;hpb=c90f8036ef2e6dc3e4b485471dbf75677db90d04;p=github%2Fwallabag%2Fwallabag.git 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 #. 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.