Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
ssi-xroad
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
X-Road with SSI
ssi-xroad
Commits
4fe97c17
Commit
4fe97c17
authored
1 year ago
by
hangindev
Browse files
Options
Downloads
Patches
Plain Diff
docs: update demo instruction for revocable vc
parent
818419c9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/demo.md
+27
-6
27 additions, 6 deletions
docs/demo.md
with
27 additions
and
6 deletions
docs/demo.md
+
27
−
6
View file @
4fe97c17
...
...
@@ -9,16 +9,19 @@ mkdir ssi-demo
cd
ssi-demo
```
2.
Clone VON network, Aries Cloud Agent Python and this repository into the repository you just created
2.
Clone VON network, Aries Cloud Agent Python, Indy Tails Server and this repository into the
repository you
just created
```
bash
# Inside /ssi-demo
git clone https://github.com/bcgov/von-network.git
git clone https://gitlab.cs.ut.ee/ssi-xroad/aries-cloudagent-python acapy
git clone https://gitlab.cs.ut.ee/ssi-xroad/ssi-xroad
git clone https://gitlab.cs.ut.ee/ssi-xroad/aries-cloudagent-python.git acapy
git clone https://gitlab.cs.ut.ee/ssi-xroad/indy-tails-server.git
git clone https://gitlab.cs.ut.ee/ssi-xroad/ssi-xroad.git
```
3.
Build and start VON network
3.
Build and start VON network
, a portable development level Indy Node network.
```
bash
# Inside /ssi-demo
...
...
@@ -27,12 +30,30 @@ cd von-network
./manage start
```
4.
Build and run the demo with Docker Compose
4.
Start Indy Tails Server to store and serve Hyperledger Indy Tails files for issuing revocable
AnonCreds.
```
bash
# Inside /ssi-demo
cd
indy-tails-server/docker
./manage start
./manage logs
```
5.
From the logs you should find a line similar to the example below. Copy the HTTPs address for
next step. Press
`ctrl-c`
to exit from logs.
```
bash
docker-ngrok-tails-server-1 |
t
=
2023-05-01T12:37:41+0000
lvl
=
info
msg
=
"started tunnel"
obj
=
tunnels
name
=
command_line
addr
=
http://tails-server:6543
url
=
https://778e-84-50-171-147.ngrok.io
```
6.
Build and run the demo with Docker Compose
```
bash
# Inside /ssi-demo
cd
ssi-xroad
./run_demo.sh
TAILS_SERVER_URL
=
REPLACE_WITH_COPIED_TAILS_SERVER_URL
./run_demo.sh
```
The following services can be found:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment