mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
7 lines
175 B
Bash
Executable File
7 lines
175 B
Bash
Executable File
#!/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
|