mention how to access web-ui, fixes #9396

This commit is contained in:
Dominik Dorn
2024-06-17 17:28:16 +02:00
committed by GitHub
parent 8dbc162077
commit dbd86b57b9

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!