mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
7 lines
169 B
Bash
Executable File
7 lines
169 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Install dependencies"
|
|
cd /home/ubuntu/notifications-admin;
|
|
pip3 install -r /home/ubuntu/notifications-admin/requirements.txt
|
|
python3 db.py db upgrade
|