Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@danieldiekmeier
Created February 27, 2014 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danieldiekmeier/9248258 to your computer and use it in GitHub Desktop.
Save danieldiekmeier/9248258 to your computer and use it in GitHub Desktop.
virtualenv -p /usr/local/bin/python3.3 venv
. venv/bin/activate
pip install gunicorn
./venv/bin/gunicorn -b 127.0.0.1:62782 kommtdanielheute:app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment