setup.sh 128 B

123456
  1. #!/bin/bash
  2. export PY2_ROOT=$IROOT/py2
  3. export PY2_GUNICORN=$PY2_ROOT/bin/gunicorn
  4. $PY2_GUNICORN app:app -c gunicorn_conf.py &