diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-09-30 13:27:19 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-09-30 13:27:19 +0200 |
commit | 114c55c0a6eade2ba6c53fe25f61cc58cca91620 (patch) | |
tree | 88fcc3d4845d4188165e4784873cb5de2a91165c /docs/en/developer/docker.rst | |
parent | 555ed552ca974fde57d3c153e33b28c32fb3115e (diff) | |
parent | 00d3f2a3831108e29559bbaba6420578ee009f5a (diff) | |
download | wallabag-114c55c0a6eade2ba6c53fe25f61cc58cca91620.tar.gz wallabag-114c55c0a6eade2ba6c53fe25f61cc58cca91620.tar.zst wallabag-114c55c0a6eade2ba6c53fe25f61cc58cca91620.zip |
Merge remote-tracking branch 'origin/master' into 2.1
Diffstat (limited to 'docs/en/developer/docker.rst')
-rw-r--r-- | docs/en/developer/docker.rst | 2 |
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. |