Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add how to manually deploy microservices #12

Open
andrea-dintino opened this issue Apr 22, 2024 · 0 comments
Open

Add how to manually deploy microservices #12

andrea-dintino opened this issue Apr 22, 2024 · 0 comments
Assignees

Comments

@andrea-dintino
Copy link
Contributor

Preparation

  • Register a domain name, let's say: microservices.myapp.domain

  • Setup a linux server, configure SSL and make sure the server is resolved at: https://microservices.myapp.domain/

  • Make sure you have all the commands installed, type: sudo apt install make wget jq git -y

Provision and download the Microservices

  • Go to https://dashboard.didroom.com and create an issuance flow
  • From the issuance flow page, download the microservices.zip file by"Download microservices"
  • The issuance flow page should look like this:

issuance_flow

Deploy the Microservices

  • Copy the microservices.zip file on the server and unzip it, it should create the folder /DIDroom_microservices (which maybe will be inside /microservices...(

  • type: cd DIDroom_microservices

  • type: make up (this command generates the secret keys for the microservices, and registers a DID for each of them)

From that moment, you should have the microservices (authz_server and credential_issuer) running and configured.

Receive your first credential

  • install the wallet on an android phone from here: https://github.com/ForkbombEu/wallet (you can scan the QR code on the github repo),
  • create a user on the wallet
  • scan the QR code you see in the issuance flow page
  • If everything worked well, you should see something like this in the wallet:

wallet (Medium)

@puria puria removed their assignment Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants