The service for lists making.
To start the service you have to start instance Keycloak.
For development, you can use docker-compose.yml
, which have all services you need.
After first run of Keycloak you need to execute /keycloak/init.sh
for initialization
realm list-keep
and for adding missing translation messages.
Before starting replace the **********
values in file realm-export.json
as follows:
smtpServer
is configured for gmail service, when you use other service, you need to change not only below fields, but other one's.password
- password from emailfrom
anduser
- email address
identityProviders
is configured forgoogle
(providerId
=google
).clientId
-Client ID
of application in googleclientSecret
-Client secret
of application in google