Renamed install dependencies

- also sets FLASK_CONFIG property so as to override properties to enable DB upgrade
This commit is contained in:
Martyn Inglis
2015-12-07 13:41:10 +00:00
parent 5040affc64
commit ce34303a3d

View File

@@ -1,4 +1,6 @@
#!/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