2021-04-28 08:12:18 +02:00
2021-04-28 08:12:18 +02:00
2021-04-28 08:12:18 +02:00
2021-04-28 08:12:18 +02:00
2022-04-14 12:07:04 +02:00

Greenhouse

Greenhous control

Installation

python setup.py install

Usage

Manual

Create wrapper script (e.g. wrapper.py):

from greenhous import app

if __name__ == "__main__":
    app.run()

Execute the wrapper script:

python3 wrapper.py

gunicorn

gunicorn --bind 0.0.0.0:80 greenhouse:app
Description
No description provided
Readme 237 KiB
Languages
Python 48.4%
JavaScript 25.3%
HTML 18.3%
CSS 8%