mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
Renamed install dependencies
- also sets FLASK_CONFIG property so as to override properties to enable DB upgrade
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user