diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 4 | ||||
| -rw-r--r-- | docs/installation.rst | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst index 915f324..3b55c35 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,8 +9,8 @@ I hate money is written in python, using the `flask <https://palletsprojects.com framework. It's developped with ease of use in mind, and is trying to keep things simple. Hope you (will) like it! -Table of content -================ +Table of contents +================= .. toctree:: :maxdepth: 1 diff --git a/docs/installation.rst b/docs/installation.rst index 5084a32..4994499 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -17,7 +17,7 @@ Requirements «Ihatemoney» depends on: -* **Python**: either 2.7, 3.4, 3.5, 3.6 will work. +* **Python**: either 3.5, 3.6 or 3.7 will work. * **A Backend**: to choose among MySQL, PostgreSQL, SQLite or Memory. * **Virtualenv** (recommended): `virtualenv` package under Debian/Ubuntu. @@ -231,6 +231,8 @@ A volume can also be specified to persist the default database file:: docker run -d -p 8000:8000 -v /host/path/to/database:/database ihatemoney +If you want to run the latest version, you can pass `-e NIGHTLY="true"`. + Additional gunicorn parameters can be passed using the docker ``CMD`` parameter. For example, use the following command to add more gunicorn workers:: |
