Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions docs/deployment/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading