diff --git a/README.md b/README.md index a587db2..bbfbffd 100644 --- a/README.md +++ b/README.md @@ -16,18 +16,28 @@ Clone the 3 repos into the folder: ## SSH git clone via docker compose Have a valid ssh key pair with the Git server provider. + adjust the path to the frontend and backend repos inside `docker-compose_ssh_git.yml` + + run ```docker compose build -f docker-compose_ssh_git.yml --ssh default``` this path is tricky because you have to do more to make the ssh keys working with the docker compose instance. ## how to start the application Adjust the .env files. + + run: ```docker compose up --build``` + + run: ```docker-compose exec backend python manage.py createsuperuser``` and create a user in the backend. + the frontend runs on http://localhost:5173 -local dev: +### local dev: enables live updates of the code during development, no rebuild needed: + + ```docker-compose -f docker-compose.yml -f docker-compose.override.yml up```