Overview
Development of DBRepo.
Build from Source¶
Requirements:
apt install make \
git \
maven \
openjdk-17-jdk \
python3 \
python3-venv
Clone the repository and cd into it:
git clone https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services.git && cd ./fda-services
Build only the images from source:
make build-images
Build everything from source
You can of course build all auxiliary files and the images from source:
#!/bin/bash
python3 -m venv venv && \
source ./venv/bin/activate && \
pip install pipenv && \
pipenv install --dev
make build-java-lib build-python-lib build-auth-event-listener build-images
Support¶
| Branch | Initial Release | End of Life |
|---|---|---|
| 1.11.x | 2025-09-26 | 2025-12-26 |
| 1.10.x | 2025-06-27 | 2025-09-27 |
| 1.9.x | 2025-05-30 | 2025-08-30 |
| 1.8.x | 2025-04-04 | 2025-07-04 |
| 1.7.x | 2025-03-07 | 2025-06-07 |
| 1.6.x | 2025-01-07 | 2025-04-07 |
| 1.5.x | 2024-11-07 | 2025-01-07 |
| 1.4.x | 2024-01-19 | 2025-04-19 |