Install on VM
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¶
Download the KVM configuration and virtual disk:
curl -sSL -o kvm.xml https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.9.3/kvm.xml && \
curl -sSL https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.9.3/dbrepo.qcow2.tar.gz | tar xzf -
Then start DBRepo and visit http://localhost
in the VM browser:
docker compose up -d
Prerequisites¶
Info
- min. 8 vCPU cores
- min. 20GB free RAM memory
Configuration¶
The image is based on Debian 12 and has the following user credentials pre-configured:
root:changeme
dbrepo:dbrepo
The installation is located in the default home directory of the dbrepo
user:
/home/dbrepo/
|- config/ # config directory
|- docker-compose.yaml # services definition