mirror of
https://github.com/morbalint/kemkas-backend.git
synced 2026-07-17 21:23:46 +00:00
fix documentation on new setup
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user