setup_pg.sh 233 B

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