Skip to content

๐Ÿณ Docker deployment โ€‹

Prerequisites โ€‹

Obtain a TOKEN from the https://www.certification.openid.net

1. Login (Google/GitLab) โ€‹

login

2. Click on Tokens on the navigation menu โ€‹

navigate

3. Generate a New permanent token โ€‹

generate

4. Copy and save the token in a safe place โ€‹

token

5. Git clone the credimi project โ€‹

bash
git clone https://github.com/forkbombeu/credimi

6. create a .env in the root of the credimi source code and put the following โ€‹

OPENIDNET_TOKEN=<your new permanent token>

Run the server โ€‹

To run a local instance run the following:

bash
make docker

Then the UI will be available on your http://localhost:8090