File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,18 +10,9 @@ Hyperledger Aries Cloud Agency Python (ACAG-Py) is a foundation for building sel
1010
1111## Run locally
1212
13- ACAG-Py can be run with docker without installation. Use the following command to install it locally:
13+ ACAG-Py can be run with docker without installation. It runs in combination with other agents to create a local workable enviornment.
1414
15- Get NGROK: https://ngrok.com/download
16-
17- and run
18- > ./ngrok http 7500
19- and use ngrok URL as AGENCY_ENDPOINT (for example: http://7b1fde64.ngrok.io )
20-
21- ``` bash
22- docker build --build-arg AGENCY_INBOUND_PORT=7500 --build-arg AGENCY_ADMIN_PORT=2500 --build-arg AGENCY_ENDPOINT=" http://7b1fde64.ngrok.io" --build-arg AGENCY_ADMIN_API_KEY=" secret" --build-arg GENESIS_URL=" http://greenlight.bcovrin.vonx.io/genesis" -f Dockerfile -t aries-cloud-agency .
23- docker run -itd -p 2500:2000 -p 7500:7500 aries-cloud-agency
24- ```
15+ See https://github.com/TrustNetPK/cov-id-cloud-agent for details.
2516
2617## Usage
2718
You can’t perform that action at this time.
0 commit comments