mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-13 00:32:16 -05:00
5 lines
152 B
Bash
Executable File
5 lines
152 B
Bash
Executable File
echo "Install dependencies"
|
|
cd /home/ubuntu/notifications-api;
|
|
pip3 install -r /home/ubuntu/notifications-api/requirements.txt
|
|
python3 db.py db upgrade
|