Am 2018-09-04 um 22:39 schrieb Ivan Kanakarakis
<ivan.kanak at gmail.com>:
2. Development with docker
The discussion did not add new ideas than those posted on the list
earlier[6][7][8][9]. Developing using `pip install -e .` and using
gunicorn with the `--reload` option make for most of the tricks needed
to have an efficient development environment.
[6]:
https://lists.sunet.se/pipermail/idpy-discuss/2018-August/000254.html
[7]:
https://lists.sunet.se/pipermail/idpy-discuss/2018-August/000255.html
[8]:
https://lists.sunet.se/pipermail/idpy-discuss/2018-August/000257.html
[9]:
https://lists.sunet.se/pipermail/idpy-discuss/2018-August/000258.html
<https://lists.sunet.se/pipermail/idpy-discuss/2018-August/000258.html>
I would like to add related to this topic, that some level of compatibility between the
dev and docker environment can be helpful. For that I would recommend to use a venv in
docker to mirror that in the IDE.
- Rainer