Kai Fabian 0653c75e43 Dockerfile for automated docker deployment (#1)
* Initial Dockerfile

* Dockerfile: install without caching in production

* dockerfile: added ARG/ENV for deployment dir

* dockerfile: removed unnecessary tinkering with PYTHONPATH

* dockerfile: added ARG/ENV for listening port

* dockerfile: added cleanup of tests and makefile

* dockerfile: added health check
2018-10-21 19:22:15 +02:00

OpenMensa STW Potsdam

Development Quickstart

$ pipenv install --two --dev  # Create venv
$ make test                   # Check setup by running tests
$ make debug                  # Start app instance with debugger
S
Description
[OpenMensa][om] parser components query canteen websites for menus and transform them into OpenMensa's data format. This project came to life after the website of the canteens of the Studentenwerk Potsdam changed, and is therefore the successor to [kaifabian/om-parser-potsdam][prev-parser] (hence the "-v2"). Among others, OpenMensa powers the popular [Mensa Uni Potsdam][steppschuh] Android app. The current application is built with [Python][py], [PyOpenMensa][pom], and [Flask][flask]. Learn more about the technical details at [Read the Docs][rtd].
Readme 976 KiB
Languages
Python 90.4%
HTML 4%
Dockerfile 3.9%
Makefile 1.7%