Merge pull request #9397 from domdorn/patch-1

mention how to access web-ui, fixes #9396
This commit is contained in:
Thomas Müller
2024-06-17 19:37:04 +02:00
committed by GitHub

View File

@@ -96,6 +96,8 @@ make -C ocis build
# run with demo users
IDM_CREATE_DEMO_USERS=true ./ocis/bin/ocis server
# Open your browser on http://localhost:9200 to access the bundled web-ui
```
All batteries included: no external database, no external IDP needed!