Skip to content

🐳 Docker deployment

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

login

navigate

generate

4. Copy and save the token in a safe place

Section titled “4. Copy and save the token in a safe place”

token

Terminal window
git clone https://github.com/forkbombeu/credimi

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

Section titled “6. create a .env in the root of the credimi source code and put the following”
OPENIDNET_TOKEN=<your new permanent token>

To run a local instance run the following:

Terminal window
make docker

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