Skip to content

Commit

Permalink
SOV-640/Sovrin_Running_Locally.md file contains wrong path for Faber/…
Browse files Browse the repository at this point in the history
…Acme/Thrift, corrected paths for all three
  • Loading branch information
surabhiagrawal89 authored and rajeshkalaria80 committed Mar 14, 2017
1 parent 92b9d37 commit acc1659
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Sovrin_Running_Locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ At this point we can start the Faber agent.

This is fairly simple, and you start it using the command:
```
python ~/.virtualenvs/sovrin/lib/python3.5/site-packages/sovrin/test/agent/faber.py --port 5555
python ~/.virtualenvs/sovrin/lib/python3.5/site-packages/sovrin_client/test/agent/faber.py --port 5555
```
Note - the above assumes you set up a Python virtual environment called sovrin as per the installation guide). If not, this should be the path the the faber.py script.

Expand All @@ -111,15 +111,15 @@ I've included the full steps for the getting started console commands in the Get
send NYM dest=7YD5NKn3P4wVJLesAmA1rr7sLPqW9mR1nhFdKD518k21 role=SPONSOR
send ATTRIB dest=7YD5NKn3P4wVJLesAmA1rr7sLPqW9mR1nhFdKD518k21 raw={"endpoint": "127.0.0.1:6666"}
python ~/.virtualenvs/sovrin/lib/python3.5/site-packages/sovrin/test/agent/acme.py --port 6666
python ~/.virtualenvs/sovrin/lib/python3.5/site-packages/sovrin_client/test/agent/acme.py --port 6666
```

### ThriftBank Client
```
send NYM dest=9jegUr9vAMqoqQQUEAiCBYNQDnUbTktQY9nNspxfasZW role=SPONSOR
send ATTRIB dest=9jegUr9vAMqoqQQUEAiCBYNQDnUbTktQY9nNspxfasZW raw={"endpoint": "127.0.0.1:7777"}
python ~/.virtualenvs/sovrin/lib/python3.5/site-packages/sovrin/test/agent/thrift.py --port 7777
python ~/.virtualenvs/sovrin/lib/python3.5/site-packages/sovrin_client/test/agent/thrift.py --port 7777
```


Expand Down

0 comments on commit acc1659

Please sign in to comment.