forked from mystiq/dex
3bbafaf3fe
* Fix up README * Create getting started guide. * Start dev guide * Start deploy guide
9 lines
184 B
Markdown
9 lines
184 B
Markdown
# Deploying
|
|
|
|
Generate systemd unit files by injecting secrets into the unit file templates located in: `./static/...`.
|
|
|
|
```
|
|
source <path-to-secure>/prod/dex.env.txt
|
|
./build-units
|
|
```
|
|
|