Files
notifications-api/scripts/aws_install_dependencies.sh
2016-04-18 14:07:54 +01: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