๐ณ Docker deployment โ
Prerequisites โ
Obtain a TOKEN from the https://www.certification.openid.net
1. Login (Google/GitLab) โ
2. Click on Tokens on the navigation menu โ
3. Generate a New permanent token โ
4. Copy and save the token in a safe place โ
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