diff --git a/README.md b/README.md index 70ecbdce1..8000acd48 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ git clone https://github.com/sjacorg/bayanat.git cd bayanat uv sync bash gen-env.sh +uv run flask create-db --create-exts +uv run flask db stamp head uv run flask install uv run flask run ``` diff --git a/docs/deployment/installation.md b/docs/deployment/installation.md index 49d20529d..50da0b343 100644 --- a/docs/deployment/installation.md +++ b/docs/deployment/installation.md @@ -136,6 +136,7 @@ Create the database tables, roles, and default data. The create-exts flag create ```bash uv run flask create-db --create-exts +uv run flask db stamp head ``` ### Create Admin User