bootup.sh 222 B

12345678910
  1. set -e
  2. /etc/init.d/mongodb start
  3. cd /app
  4. export
  5. export PYTHONPATH=$PWD
  6. ls
  7. # python3 healthcareio/healthcare-io.py --signup $EMAIL --store mongo
  8. # python3 healthcareio/healthcare-io.py --analytics --port 80 --debug
  9. bash