We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sudo service nginx stop
clone hello-world directory, and change directory to there.
install pip and gunicorn
sudo apt install python-pip gunicorn
sudo pip install flask
sudo gunicorn -b 0.0.0.0:80 main:app