mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 01:55:41 -04:00
Putting this back in the dependencies file for now
- this fails on the instance and not sure why, putting back till I can figure it out
This commit is contained in:
@@ -13,11 +13,7 @@ hooks:
|
|||||||
location: scripts/aws_change_ownership.sh
|
location: scripts/aws_change_ownership.sh
|
||||||
runas: root
|
runas: root
|
||||||
timeout: 300
|
timeout: 300
|
||||||
-
|
ApplicationStart:
|
||||||
location: scripts/aws_db_updates.sh
|
|
||||||
runas: ubuntu
|
|
||||||
timeout: 300
|
|
||||||
ApplicationStart:
|
|
||||||
-
|
-
|
||||||
location: scripts/aws_start_app.sh
|
location: scripts/aws_start_app.sh
|
||||||
runas: root
|
runas: root
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
python3 db.py db upgrade
|
|
||||||
@@ -4,3 +4,4 @@ echo "Install dependencies"
|
|||||||
cd /home/ubuntu/notifications-admin;
|
cd /home/ubuntu/notifications-admin;
|
||||||
export FLASK_CONFIG=/home/ubuntu/config.cfg
|
export FLASK_CONFIG=/home/ubuntu/config.cfg
|
||||||
pip3 install -r /home/ubuntu/notifications-admin/requirements.txt
|
pip3 install -r /home/ubuntu/notifications-admin/requirements.txt
|
||||||
|
python3 db.py db upgrade
|
||||||
|
|||||||
Reference in New Issue
Block a user