Skip to content

Commit

Permalink
Merge pull request #14 from privacybydesign/saravahdatipour-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
w-ensink authored Nov 13, 2024
2 parents f49927b + a3dd54b commit 478b7a3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ Make sure you have an [IRMA server] (https://github.com/privacybydesign/irmago r
* Run ./build_artifacts.sh

### Install all the demos with Docker (Locally)
Alternatively, you can run the demos with Docker.
* Build the image with `docker build -t <irma-demos-image> .`. Docker will run the necessary scripts to build the necessary
node packages and sets up a php server on port 8080.
* You need a Yivi server to be running on 8088.
* You can run the docker image you previously built with `docker run -d --network="host" <irma-demos-image>`. The --network flag will make it possible to communicate with the locally running Yivi server.
Alternatively, you can the demos with `docker compose up`. This will also run an irma server instance in a docker container.


### Adding a new demo
Expand Down

0 comments on commit 478b7a3

Please sign in to comment.