Commit Graph

8 Commits

Author SHA1 Message Date
Roland Geider
d0813d2429 Move tasks.py back to the source folder
This was causing many problems with the installation and was only needed for
the packaged version in pypi.

See #277 for more details
2016-04-26 18:42:42 +02:00
Roland Geider
e5e0a28889 Move tasks file to wger folder
This is really just needed so as to more easily make the packaged (pypi)
version work. The 'invoke' command (which is mapped to 'wger' when packaged or
installed via pip) needs a tasks.py file. Since the wger folder gets installed
as a python package, it is easier if we just move that file there as well.
2016-02-26 23:33:24 +01:00
Roland Geider
f29001d864 Fix indentation 2015-10-15 00:04:24 +02:00
Roland Geider
f233e27cb6 Remove unnecessary chmod 2015-10-13 21:19:59 +02:00
Roland Geider
f7a4004653 Add base docker image
This image contains all common depencencies for the different images
2015-10-13 21:11:51 +02:00
Roland Geider
26449cd19d Small improvemnts to docker documentation 2015-10-13 20:33:46 +02:00
Roland Geider
7bca36048e Fix problem with apache image
The correct version of modwsgi (libapache2-mod-wsgi-py3 ) was missing
which was causing apache to not be able to use pillow.
2015-10-13 20:12:51 +02:00
Roland Geider
0f12ccdccc Commit apache docker file
This is not yet completely working, there are some import problems
with Pillow.
2015-10-12 23:21:46 +02:00