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-controller
Use following commands to install and upgrade Yarn:
npm install -g yarn
To install the dependancies use following command:
yarn
Build Agent controller using the following command:
yarn build
Create Docker Image using following command :
docker build . -t credo-controller-0.4.2:latest // Mention credo controller version or any tag name