setup.sh 178 B

123456789
  1. #!/bin/bash
  2. fw_depends mysql python2
  3. sed -i 's|127.0.0.1|'${DBHOST}'|g' app.py
  4. pip install --install-option="--prefix=${PY2_ROOT}" -r $TROOT/requirements.txt
  5. python app.py &