diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-02-17 15:33:21 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-02-17 15:33:21 +0100 |
commit | c44cc178b53f0980809b89943827dd0be17ee359 (patch) | |
tree | 8baabbf3da88a0d229e60e73e387a5d69488070a /docs/en/developer/docker.rst | |
parent | 861bbfcbd4e4e7bd3d7fac2ad6462bc3a56a6476 (diff) | |
parent | 71d03b8536e3a0075f02451904e1300a937998d0 (diff) | |
download | wallabag-c44cc178b53f0980809b89943827dd0be17ee359.tar.gz wallabag-c44cc178b53f0980809b89943827dd0be17ee359.tar.zst wallabag-c44cc178b53f0980809b89943827dd0be17ee359.zip |
Merge pull request #1679 from wallabag/v2-translation-doc
Documentation about translation
Diffstat (limited to 'docs/en/developer/docker.rst')
-rw-r--r-- | docs/en/developer/docker.rst | 8 |
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 @@ | |||
1 | Run Wallabag in docker-compose | 1 | Run wallabag in docker-compose |
2 | ============================== | 2 | ============================== |
3 | 3 | ||
4 | In order to run your own development instance of wallabag, you may | 4 | In order to run your own development instance of wallabag, you may |
@@ -15,8 +15,8 @@ your system and up to date. | |||
15 | Switch DBMS | 15 | Switch DBMS |
16 | ----------- | 16 | ----------- |
17 | 17 | ||
18 | By default, Wallabag will start with a sqlite database. | 18 | By default, wallabag will start with a sqlite database. |
19 | Since Wallabag provide support for Postgresql and MySQL, docker | 19 | Since wallabag provides support for Postgresql and MySQL, docker |
20 | containers are also available for these ones. | 20 | containers are also available for these ones. |
21 | 21 | ||
22 | In ``docker-compose.yml``, for the chosen DBMS uncomment : | 22 | In ``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 | ||
36 | Run Wallabag | 36 | Run wallabag |
37 | ------------ | 37 | ------------ |
38 | 38 | ||
39 | #. Fork and clone the project | 39 | #. Fork and clone the project |