You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/docs/quick_guide.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,11 @@ docker swarm init
22
22
make create-networks
23
23
```
24
24
25
+
1. Set the permissions for the keycloak's database:
26
+
```
27
+
make set-keycloak-permissions
28
+
```
29
+
25
30
1. At this point, the optional configurations described below can be applied if necessary.
26
31
* The access to benchmarks and systems via [HOBBIT Gitlab credentials](#hobbit-gitlab-credentials) or [local files](enable-local-metadata-files) can be configured.
27
32
* The [ELK stack](#elk-stack-for-log-access) could be configured and started.
0 commit comments