aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/developer/docker.rst
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2016-02-17 14:39:30 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2016-02-17 14:39:30 +0100
commit29c9e8f18a3eff54713095344a7f14ac96ef4210 (patch)
tree1545f61d061c28b88b5799084e6b7ad683eeda68 /docs/en/developer/docker.rst
parent271708915674c849bf5ae598379c86a3d8b14c51 (diff)
downloadwallabag-29c9e8f18a3eff54713095344a7f14ac96ef4210.tar.gz
wallabag-29c9e8f18a3eff54713095344a7f14ac96ef4210.tar.zst
wallabag-29c9e8f18a3eff54713095344a7f14ac96ef4210.zip
Documentation about translation
Diffstat (limited to 'docs/en/developer/docker.rst')
-rw-r--r--docs/en/developer/docker.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/en/developer/docker.rst b/docs/en/developer/docker.rst
index 9ed9dde2..aece2984 100644
--- a/docs/en/developer/docker.rst
+++ b/docs/en/developer/docker.rst
@@ -1,4 +1,4 @@
1Run Wallabag in docker-compose 1Run wallabag in docker-compose
2============================== 2==============================
3 3
4In order to run your own development instance of wallabag, you may 4In order to run your own development instance of wallabag, you may
@@ -15,8 +15,8 @@ your system and up to date.
15Switch DBMS 15Switch DBMS
16----------- 16-----------
17 17
18By default, Wallabag will start with a sqlite database. 18By default, wallabag will start with a sqlite database.
19Since Wallabag provide support for Postgresql and MySQL, docker 19Since wallabag provides support for Postgresql and MySQL, docker
20containers are also available for these ones. 20containers are also available for these ones.
21 21
22In ``docker-compose.yml``, for the chosen DBMS uncomment : 22In ``docker-compose.yml``, for the chosen DBMS uncomment :
@@ -33,7 +33,7 @@ In order to keep running Symfony commands on your host (such as
33 like ``SYMFONY__ENV__DATABASE_HOST`` will exist. 33 like ``SYMFONY__ENV__DATABASE_HOST`` will exist.
34- create a ``127.0.0.1 rdbms`` on your system ``hosts`` file 34- create a ``127.0.0.1 rdbms`` on your system ``hosts`` file
35 35
36Run Wallabag 36Run wallabag
37------------ 37------------
38 38
39#. Fork and clone the project 39#. Fork and clone the project