Skip to content

Commit e6d5fa4

Browse files
committed
update deployment guide
1 parent 3fb390d commit e6d5fa4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

deployment-guide/DCCDeploymentGuide.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ Setting up digital credential issuing typically requires integrating into existi
101101
- [Simple Issuer](#simple-issuer)
102102
- [Local dashboard](#local-dashboard)
103103
- [Dashboard with DNS](#dashboard-with-dns)
104+
- [Full Dashboard Example](#full-dashboard-example)
104105

105106
## Overview
106107

@@ -944,3 +945,10 @@ You can run it like so, subsituting your domain name for the value of the HOST e
944945

945946
```curl https://raw.githubusercontent.com/digitalcredentials/docs/main/deployment-guide/docker-compose-files/dashboard-dns-compose.yaml | HOST=myhost.org docker compose -f - up```
946947

948+
### Full Dashboard Example
949+
950+
This is likely closest to what most people who want to use the admin dashboard will need. Pretty much the same as the prior but configured to use the [Mongo Status Service](https://github.com/digitalcredentials/status-service-db) to manage credential status (revocation) and SMTP to email credential recipients with a link to collect their credential:
951+
952+
[dashboard-status-compose.yaml](docker-compose-files/dashboard-status-compose.yaml)
953+
954+
NOTE: You will have to add your mongo connection string and your SMTP configuration, which is better described in the [Admin Dashboard Getting Started](https://github.com/digitalcredentials/dcc-admin-dashboard/blob/main/docs/GETTING_STARTED.md) page.

0 commit comments

Comments
 (0)