Skip to content

Commit de23f95

Browse files
author
Joonatan Mäkinen
committed
Skip: add deployment docs (merge commit)
Merge branch 'docs/deployment-docs' into 'main' * add deployment docs See merge request https://gitlab.ci.csc.fi/sds-dev/sd-connect/swift-browser-ui/-/merge_requests/272 Approved-by: Joonatan Mäkinen <[email protected]> Approved-by: Monika Radaviciute <[email protected]> Co-authored-by: Stefan Negru <[email protected]> Merged by Joonatan Mäkinen <[email protected]>
2 parents 8b979e7 + 62f151f commit de23f95

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

DEPLOYMENT.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Deployment of swift-broser-ui
2+
3+
This repository consists of SD Connect main API components: `runner`, `sharing`, `request` as well as the `sd-connect-ui`.
4+
5+
6+
## Prerequisites
7+
8+
[Hashicorp Vault](https://www.hashicorp.com/products/vault), [Redis](https://redis.io/) and [PostgreSQL DB](https://www.postgresql.org/) need to be setup. Their setup is documented as part of the installation.
9+
10+
11+
## Installation
12+
13+
There are currently two types of installation:
14+
- [test environment](https://gitlab.ci.csc.fi/sds-dev/sd-connect/sd-connect-deployment/-/tree/main/test)
15+
- [prod environment](https://gitlab.ci.csc.fi/sds-dev/sd-connect/sd-connect-deployment/-/tree/main/prod)

0 commit comments

Comments
 (0)