modified: install-ubuntu.sh
This commit is contained in:
parent
954aa91200
commit
c074dad677
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue