2015-11-30 15:44:16 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
2015-12-02 10:15:46 +00:00
|
|
|
echo "Install dependencies"
|
2015-12-17 11:08:37 +00:00
|
|
|
cd /home/ubuntu/notifications-admin;
|
2015-12-17 11:18:27 +00:00
|
|
|
export FLASK_CONFIG=/home/ubuntu/config.cfg
|
2016-01-07 16:12:34 +00:00
|
|
|
pip3 install -r /home/ubuntu/notifications-admin/requirements.txt
|
2016-01-11 17:32:24 +00:00
|
|
|
python3 db.py db upgrade
|