setup.sh 223 B

1234567
  1. #!/bin/bash
  2. fw_depends python2
  3. $PY2_ROOT/bin/pip install --install-option="--prefix=${IROOT}/py2" -r $TROOT/requirements.txt
  4. gunicorn --pid=gunicorn.pid hello.wsgi:application -c gunicorn_conf.py --env DJANGO_DB=mysql &