fix documentation on new setup

This commit is contained in:
2024-07-18 12:20:05 +02:00
parent a17a314540
commit 510d0ff975
3 changed files with 75 additions and 72 deletions
+4 -3
View File
@@ -19,8 +19,9 @@ For frontend see: [Frontend README](https://github.com/morbalint/kemkas/README.m
To start development, spin up the docker-compose.yaml file and use the launchSettings.json to start the backend and frontend dev servers.
For the first time setup:
1. start the DB from the docker compose (required for the backend)
2. launch the project with the launchSettings file (will generate SSL certs)
3. spin up the proxy from docker compose (needs the SSL certs)
```shell
dotnet dev-certs https --format PEM --no-password -ep ~/.aspnet/https/kemkas.pem`
docker compose up -d
```
Later start the docker compose first and the project launch settings after the DB is up and running.