Files
notifications-admin/scripts/aws_install_dependencies.sh

7 lines
175 B
Bash
Raw Normal View History

2015-11-30 15:44:16 +00:00
#!/bin/bash
2015-12-02 10:15:46 +00:00
echo "Install dependencies"
export FLASK_CONFIG=/home/ubuntu/config.cfg
python app.py db upgrade
2015-11-30 15:44:16 +00:00
pip install -r /home/ubuntu/notifications-admin/requirements.txt