Files
notifications-admin/scripts/aws_install_dependencies.sh
Martyn Inglis ce34303a3d Renamed install dependencies
- also sets FLASK_CONFIG property so as to override properties to enable DB upgrade
2015-12-07 13:41:10 +00:00

7 lines
175 B
Bash
Executable File

#!/bin/bash
echo "Install dependencies"
export FLASK_CONFIG=/home/ubuntu/config.cfg
python app.py db upgrade
pip install -r /home/ubuntu/notifications-admin/requirements.txt