Skip to content

Commit

Permalink
fix(dev): add important notes to INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Nov 28, 2023
1 parent 54b8d4a commit a7c1b71
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,11 @@ you need to use the [WSL](https://learn.microsoft.com/de-de/windows/wsl/install)
> [!IMPORTANT]
> You need to use Java 17!
> [!WARNING]
> If you encounter some kind of database connection errors, then execute `task docker:stop-app`.
> This will remove all existing Docker volumes, which may cause this error.
> [!IMPORTANT]
> Ensure you have exactly 32 random alphanumeric characters set
> for `ENCRYPTION_KEY` in `dev-assets/env-files/env.docker`

0 comments on commit a7c1b71

Please sign in to comment.