Skip to content

Commit 4043e17

Browse files
committed
tidy up notebooks and Readme
1 parent 944ffb7 commit 4043e17

21 files changed

+203
-84
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,17 @@ Verify that **s2i** is in your PATH. If not, then edit your PATH and add the di
2828

2929
Ensure that Docker is running. If it is not try `sudo dockerd` in another terminal.
3030

31-
You can now go to the tutorials folder and follow the examples
31+
You should now be able to run any of the tutorials or projects within this repo.
32+
33+
E.g for the main tutorial on the aries-basic-controller
34+
1. Navigate to the root directory of the tutorial
3235
`cd tutorials/aries-basic-controller`
36+
2. Spin up the docker-compose configuration
37+
`./manage start`
38+
3. Get the urls and tokens for the juypter notebook instances within the project
39+
**From the root PyDentity folder**
40+
`./scripts/get_URLS.sh`
41+
4. Navigate to the urls this spits out and follow the instructions within the notebooks.
3342

3443
## Tutorials
3544

projects/iiw/notebooks/received_files/.gitkeep

Whitespace-only changes.
-6.88 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.

projects/iiw/docker-compose.yml renamed to projects/single-agent/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
iiw-agent:
99
build:
1010
context: ../../
11-
dockerfile: projects/iiw/Dockerfile.agent
11+
dockerfile: ""
1212
environment:
1313
NGROK_NAME: ngrok-iiw
1414
AGENT_NAME: ${IIW_AGENT_NAME}
@@ -26,7 +26,7 @@ services:
2626
iiw-notebook:
2727
build:
2828
context: ../../
29-
dockerfile: projects/iiw/Dockerfile
29+
dockerfile: ""
3030
args:
3131
- jupyter_port=${JUPYTER_PORT}
3232
depends_on:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)