Skip to content

Agent Setup

Docker image build in this process is used to start the agents for new organizations in CREDEBL platform. The docker image name is used as a environment setting while setting up the CREDEBL Platform in later step.

AFJ Controller

Clone the following repository:

Terminal window
git clone https://github.com/credebl/afj-controller
cd afj-controller

Use following commands to install and upgrade Yarn:

Terminal window
npm install -g yarn

To install the dependancies use following command:

Terminal window
yarn

Build Agent controller using the following command:

Terminal window
yarn build

Create Docker Image using following command :

Terminal window
docker build . -t afj-0.4.2:latest // Mention afj version or any tag name