git-bash
, which you can install from here.echo Hi
in the terminal once it is installed. If installed correctly, you should see Hi
appear when you hit enter.git --version
in the terminal to check if git
has been installed correctly:java
in the terminal to check if java
has been installed correctly:node -v
in the terminal to check if node
has been installed correctly:docker -v
in terminal to check if docker
has been installed correctly:docker-compose -v
in terminal to check if docker-compose
has been installed correctly:configure-dependencies.sh
script in the root of the repo as follows:java/registry/target
folder.java/registry/src/main/resources/public/_schemas/
folder.kc
), Postgres (db
), Elastic Search (es
) and the Claims Service (cs
) by running the following command:admin-api
client in Keycloak. To do that, follow these steps:admin
and password admin
.Sunbird RC
.Clients
in the panel on the left.admin-api
.Credentials
tab.Client Secret
, click Regenerate Secret
. Copy the secret that you see in the box and paste it in the docker-compose.yml
file in place of INSERT_SECRET_HERE
on line 42.