Local setup using Docker
The Docker image built during this process is used to launch agents for new organizations on the CREDEBL platform.The Docker image name is set as an environment variable during the platform setup in a later step.
CREDO Controller
Clone the following repository:
git clone https://github.com/credebl/credo-controllercd credo-controllerUse following commands to install and upgrade Yarn:
npm install -g yarnTo install the dependancies use following command:
 yarnBuild Agent controller using the following command:
yarn buildCreate Docker Image using following command :
docker build . -t credo-controller-0.4.2:latest // Mention credo controller version or any tag name