Install on Docker
Security Disclaimer
This quick default installation should not be considered secure. It is intended for local testing and demonstration and should not be used in public deployments or in production. It is a quick installation method and is intended for a quick look at DBRepo.
TL;DR¶
Install DBRepo in one line:
curl -sSL https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/release-1.11/install.sh | bash
Then start DBRepo and visit http://localhost in your browser:
docker compose up -d
Prerequisites¶
Info
- min. 8 vCPU cores
- min. 20GB free RAM memory
Since DBRepo is intended to be a publicly available repository, an optional fixed/static IP-address with optional SSL/TLS certificate is recommended. Follow the Secure Installation guide.
Further configuration is highly recommended
See "Security Disclaimer" above, this quick & non-secure installation needs to be configured further to achieve basic security guarantees. Please visit the configuration page in the next step to complete the installation.