🐳 Docker deployment
Prerequisites
Section titled “Prerequisites”Obtain a TOKEN from the https://www.certification.openid.net
1. Login (Google/GitLab)
Section titled “1. Login (Google/GitLab)”
2. Click on Tokens on the navigation menu
Section titled “2. Click on Tokens on the navigation menu”
3. Generate a New permanent token
Section titled “3. Generate a New permanent token”
4. Copy and save the token in a safe place
Section titled “4. Copy and save the token in a safe place”
5. Git clone the credimi project
Section titled “5. Git clone the credimi project”git clone https://github.com/forkbombeu/credimi6. 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>Run the server
Section titled “Run the server”To run a local instance run the following:
make dockerThen the UI will be available on your http://localhost:8090