Skip to content
Open
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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ Start up the site, so you can perform the initial migrations and generate the st
```sh
$ docker compose up -d site
```

First you may need to generate the static files
```
$ ./scripts/copy_static
```
You will need to generate the schema for the database, since it is currently empty:
```sh
$ ./scripts/migrate
Expand Down