issue #23 add docu in readme #27

Merged
mhu merged 12 commits from issue/23-add-docu into develop 2025-01-27 19:27:24 +01:00
Showing only changes of commit 2fdcfe8baf - Show all commits

View File

@ -62,7 +62,9 @@ $ docker ps
to check if the `shimatta-kenkyusho-shimatta-kenkyusho-db` and the `shimatta-kenkyusho-shimatta-kenkyusho-web` container are running and report a *healthy status*.
### Setup Initial Login User
> TODO
When started the for the first time with a fresh database without any superuser configured, a superuser `admin` with password `admin` will be automatically generated.
Use this user to login for the first time. In the django admin panel you can then either change the password of the `admin` user or create a new superuser with your own username and delete the `admin` user.
As long as there is at least one superuser configured, no admin user will be regenerated upon startup.
Outdated
Review
When started for the first time 
When started for the first time
### Example Reverse Proxy Setup Using nginx