Skip to content

Commit 9082b14

Browse files
authored
Add docker-compose
1 parent 49d89bc commit 9082b14

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ This project is written in Python and is displayed in jupyter notebooks.
1919

2020
You need to install:
2121
1. [Docker](https://docs.docker.com/get-docker/)
22-
1. The **source-to-image** (s2i) tool is also required to build the docker images used in the demo. S2I can be downloaded [here](https://github.com/openshift/source-to-image). The website gives instructions for installing on other platforms like MACOS, Linux, Windows.
22+
2. [docker-compose](https://docs.docker.com/compose/install/)
23+
3. The **source-to-image** (s2i) tool is also required to build the docker images used in the demo. S2I can be downloaded [here](https://github.com/openshift/source-to-image). The website gives instructions for installing on other platforms like MACOS, Linux, Windows.
2324
Verify that **s2i** is in your PATH. If not, then edit your PATH and add the directory where **s2i** is installed. The **manage** script will look for the **s2i** executable on your PATH. If it is not found you will get a message asking you to download and set it on your PATH.
2425
- If you are using a Mac and have Homebrew installed, the following command will install s2i: `brew install source-to-image`
2526
- If you are using Linux, go to the [releases](https://github.com/openshift/source-to-image/releases/latest) page and download the correct distribution for your machine. Choose either the linux-386 or the linux-amd64 links for 32 and 64-bit, respectively. Unpack the downloaded tar with `tar -xvf "Release.tar.gz"`
@@ -89,4 +90,4 @@ A real life use case of SSI developed as part of an NHS INTEROpen hackathon.
8990

9091
### [Single Agent](./project/single-agent)
9192

92-
This spins up a single agent (with attachment capability) pointing to the Sovrin StagingNet and publicly exposed using Ngrok. It includes an associated notebook. Our thought is you could use this to experiment with interoperability of other aries agents. For example aca-pico.
93+
This spins up a single agent (with attachment capability) pointing to the Sovrin StagingNet and publicly exposed using Ngrok. It includes an associated notebook. Our thought is you could use this to experiment with interoperability of other aries agents. For example aca-pico.

0 commit comments

Comments
 (0)