setup.sh 173 B

1234567
  1. #!/bin/bash
  2. fw_depends postgresql python3
  3. pip3 install --install-option="--prefix=${PY3_ROOT}" -r $TROOT/requirements.txt
  4. gunicorn app.gunicorn:app -c gunicorn_conf.py &