Files
notifications-api/scripts/aws_install_dependencies.sh
Martyn Inglis 742a567036 Added AWS files to
- upgrade database
- use credstash for secret overrides
2016-01-19 14:50:42 +00:00

5 lines
152 B
Bash
Executable File

echo "Install dependencies"
cd /home/ubuntu/notifications-api;
pip3 install -r /home/ubuntu/notifications-api/requirements.txt
python3 db.py db upgrade