You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
set -e
|
|
/etc/init.d/mongodb start
|
|
cd /app
|
|
export
|
|
export PYTHONPATH=$PWD
|
|
ls
|
|
# python3 healthcareio/healthcare-io.py --signup $EMAIL --store mongo
|
|
# python3 healthcareio/healthcare-io.py --analytics --port 80 --debug
|
|
|
|
bash
|