diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-09-30 13:25:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-30 13:25:23 +0200 |
commit | 00d3f2a3831108e29559bbaba6420578ee009f5a (patch) | |
tree | 8f03e5a2db4c379d807a2bf5bc138118adbfe590 /docs/en | |
parent | f9feca5c64309a2a202258bb92ae24b7a1dbe31c (diff) | |
parent | ecdefb11f75cda3dab4c532fddcd7d3729c6ad38 (diff) | |
download | wallabag-00d3f2a3831108e29559bbaba6420578ee009f5a.tar.gz wallabag-00d3f2a3831108e29559bbaba6420578ee009f5a.tar.zst wallabag-00d3f2a3831108e29559bbaba6420578ee009f5a.zip |
Merge pull request #2319 from pmartin/docker-php-gd-extension
Docker : install PHP 'gd' extension
Diffstat (limited to 'docs/en')
-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. |