PMD Core components
The initial PMD instance setup currently includes the following components:
- Reverse Proxy (nginx) including an optional SSL-Certificate Service (certbot)
- UserManagement (Keycloak - optional in the standalone context)
Clone the core repository
In order to establish a base configuration clone the PMD server repository and change into it.
1
2
3
# clone the repo and change into it
git clone https://github.com/materialdigital/pmd-server.git
cd pmd-server