Green Unicorn
is a Python WSGI HTTP Server for UNIX. Itβs a pre-fork worker model ported from Rubyβs Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resources, and fairly speedy.gunicorn
is called with run:app
argument.heroku login
commandStep #1 - Clone the project from Github
Step #2 - Check HEROKU is installed
Step #3 - Login to HEROKU plaform using the terminal
Step #4 - Push LIVE the product