aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/developer
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-09-30 13:25:23 +0200
committerGitHub <noreply@github.com>2016-09-30 13:25:23 +0200
commit00d3f2a3831108e29559bbaba6420578ee009f5a (patch)
tree8f03e5a2db4c379d807a2bf5bc138118adbfe590 /docs/en/developer
parentf9feca5c64309a2a202258bb92ae24b7a1dbe31c (diff)
parentecdefb11f75cda3dab4c532fddcd7d3729c6ad38 (diff)
downloadwallabag-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/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.