This repo contains controllers using the aries-controller base.
The controllers in the repo are: FSP, Kiva, and TDC.
Note: These controllers were copied from the private repo protocol-aries.
This repo is dependent on additional protocol resources. Here's the links:
aries-guardianship-agency
aries-key-guardian
protocol-common
protocol
You will need git, docker, docker-compose, npm, nodejs and java installed on your machine.
For docker, we recommend increasing its allocated resources to:
- CPUs: 8
- Memory: 7 GB
- Swap: 2 GB
-
Create a
home directory
. The idea here is that we want some top level folder on your machine that contains all our repos in one place. You can call this "protocol-all" if you like. Unless, specified, always run commands from thehome directory
. -
Inside
home directory
, clone all our repos using these commands (please note the commands assume you have ssl setup):git clone [email protected]:kiva/protocol-aries.git
-
Change your working directory to protocol-aries
cd protocol-aries
-
Run the following command, to populate some dummy env values into .env files
./scripts/dummy_env.sh
There are a few token values still needed which can be found here:
google doc -
Run the following command to manually pull the latest bcgov image:
docker pull bcgovimages/aries-cloudagent:py36-1.16-1_0.7.1
-
From the
protocol-aries-controllers
, start the dependency docker container (if you wish, you can append -d to the run command)docker-compose -f docker-compose.dep.yml build docker-compose -f docker-compose.dep.yml up
-
From the
protocol-aries-controllers
, start the protocol-aries-controllers containersdocker-compose -f docker-compose.local.yml up --build --force-recreate
Before you proceed to the next step, make sure all of the containers are actually running.
docker ps --format "table {{.Names}}\t{{.Status}}"'
Make sure the following containers by name are running aka status
up
is indicated. Please note that the times shown below are examples and do not have to match exactly. Make sure the statusup
is indicated.NAMES STATUS fsp-controller Up 54 minutes tdc-controller Up 54 minutes kiva-controller Up 54 minutes tdc-agent Up 2 hours fsp-agent Up 2 hours kiva-agent Up 2 hours
-
From the
protocol-aries-controllers
, configure the controllers./scripts/setup.sh