setup.sh 251 B

12345678910
  1. #!/bin/bash
  2. fw_depends python3
  3. sed -i 's|host: 127.0.0.1|host: '${DBHOST}'|g' aiohttp.web/etc/hello/main/main.yaml
  4. pip install --install-option="--prefix=${PY3_ROOT}" -r $TROOT/requirements.txt
  5. cd $TROOT/aiohttp.web
  6. api_hour -ac hello:Container &