first commit
This commit is contained in:
5
documents/deployment-guide/deployment-guide.md
Normal file
5
documents/deployment-guide/deployment-guide.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Deployment Guide
|
||||
|
||||
The service can be deployed as a standard Dagster code location container.
|
||||
|
||||
Set the environment variables for Gitea and SMTP before starting the container.
|
||||
5
documents/installation-guide/installation-guide.md
Normal file
5
documents/installation-guide/installation-guide.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Installation Guide
|
||||
|
||||
1. Create and populate the required environment variables.
|
||||
2. Install dependencies with `uv sync` or `pip install -r requirements.txt`.
|
||||
3. Start Dagster with `dagster dev`.
|
||||
3
documents/upgrade-guide/upgrade-guide.md
Normal file
3
documents/upgrade-guide/upgrade-guide.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Upgrade Guide
|
||||
|
||||
To extend the workflow, add new Dagster ops under `src/simpl_open_credential_delivery/ops` and wire them in the job module.
|
||||
10
documents/user-manual/user-manual.md
Normal file
10
documents/user-manual/user-manual.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# User Manual
|
||||
|
||||
Launch the `simpl_open_credentials_delivery_workflow` job with:
|
||||
|
||||
- repository identifier
|
||||
- consumer identifier
|
||||
- consumer email
|
||||
- access level
|
||||
|
||||
The workflow provisions credentials in Gitea and sends them by email.
|
||||
Reference in New Issue
Block a user