3fhZlsQyx6BfemSfOoIwDl changeset

Changeset363262636565 (b)
ParentNone (a)
ab
0+#!/bin/sh
0+
0+GUNICORN_ENV=/Users/benoitc/Work/gunicorn_env
0+
0+GUNICORN_BIN=$GUNICORN_ENV/bin/gunicorn
0+
0+cd $GUNICORN_ENV/src/gunicorn/examples/ && $GUNICORN_BIN -w 3 -p /tmp/gunicorn.pid test:app
...
1
2
3
4
5
6
7
8
9
10
--- Revision None
+++ Revision 363262636565
@@ -0,0 +1,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