d0f11e33980b3f0d6d529a8e6ecd30f83c07515d
				
			
			
		
	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
				
					Languages
				
				
								
								
									Python
								
								43%
							
						
							
								
								
									JavaScript
								
								26.5%
							
						
							
								
								
									HTML
								
								25.4%
							
						
							
								
								
									CSS
								
								5.1%