2021-04-06 08:51:12 +02:00
2021-03-22 12:18:15 +01:00
2021-04-06 08:51:12 +02:00
2021-04-04 08:50:25 +02:00
2021-03-22 12:18:31 +01:00
2021-04-06 08:51:12 +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 55 KiB
Languages
Python 43%
JavaScript 26.5%
HTML 25.4%
CSS 5.1%