Skip to content

Commit dd6ac2f

Browse files
authored
Update Tutorial Readme
1 parent 1f1f49f commit dd6ac2f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tutorials/aries-basic-controller/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ With docker installed, run the example using ./manage start
55

66
This spins up an aries agent and a notebook for both Alice and Bob. Additionally a local von-network is initialised.
77

8-
To view the tutorials navigate to:
9-
* [Alice notebook](http://localhost:8888) - this contains the majority of the tutorials
10-
* [Bob notebook](http://localhost:8889) - Bob plays the other half of the protocols when needed.
8+
To access the tutorials in the jupyter notebook run from the **root PyDentity folder**:
119

12-
Both notebooks require a token that can be found in the logs. Fetch the logs for the relevant container using these commands:
13-
* docker logs aries-basic-controller_alice-notebook_1
14-
* docker logs aries-basic-controller_bob-notebook_1
10+
`./scripts/get_URLS.sh`
11+
12+
This will print out the urls with tokens for all jupyter notebook instances running within docker.
13+
14+
Navigate to the links and begin the tutorial starting from Part 1.

0 commit comments

Comments
 (0)