modified: install-ubuntu.sh

This commit is contained in:
Russell Ballestrini 2023-12-05 09:51:42 -05:00
parent 954aa91200
commit c074dad677

View file

@ -73,6 +73,12 @@ else
echo "Service file $SERVICE_FILE already exists."
fi
# Initialize the database
python init_db.py
# Stamp the database with the Alembic head revision
FLASK_APP=app.py flask db stamp head
# Deactivate the virtual environment
deactivate