- export CURRENT=i_drink_ink
- mkvirtualenv ${CURRENT}
- workon ${CURRENT}
- cdvirtualenv
- pip install Flask uwsgi
- touch app.py # the Flask app
- touch uwsgi.sh # the uwsgi script that will expose the app
- touch idrinkink.org.nginx.conf # the NGinX config to server the app to the greater world