sudo pip install gunicorn
sudo gunicorn -w 1 -b 0.0.0.0:80 run:app --daemon
ps -ef | grep gunicorn
sudo kill -9 12705