Revision 363262636565 () - Diff

Link to this snippet: https://friendpaste.com/3fhZlsQyx6BfemSfOoIwDl
Embed:
1
2
3
4
5
6
7
#!/bin/sh

GUNICORN_ENV=/Users/benoitc/Work/gunicorn_env

GUNICORN_BIN=$GUNICORN_ENV/bin/gunicorn

cd $GUNICORN_ENV/src/gunicorn/examples/ && $GUNICORN_BIN -w 3 -p /tmp/gunicorn.pid test:app