2022-04-12 09:23:38 +02:00
2021-05-07 09:28:08 +02:00
2021-05-07 09:28:08 +02:00
2022-03-29 16:37:12 +02:00
2021-05-07 09:28:08 +02:00
2021-05-07 09:28:08 +02:00
2021-05-07 09:28:08 +02:00
2021-05-07 09:28:08 +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 335 KiB
Languages
Python 100%