Document Research Database Installation Instructions (Docker)

There are two ways of installing the Document Research Database (DRDB):

This page describes the Docker approach.

Prerequisites

This project uses docker and docker-compose. Installation instructions can be found here.

Installation

For a test installation without SSL encryption, get the latest docker compose file, rename it and adapt the domain name used:


cd ~
mkdir doc-db-docker
cd doc-db-docker
wget https://codeberg.org/heurekus/Document-Research-Database/raw/branch/master/030-docker/docker-compose.yml.sample
mv docker-compose.yml.sample docker-compose.yml

# Edit docker-compose.yml:
#
# If the Docker container runs locally, leave DRDB_VIRTUAL_HOST set to 'localhost'
# Otherwise, set DRDB_VIRTUAL_HOST to either the IP address of the server or
# the domain name assigned to it.
#

# Start the instance (container images will automatically be pulled from Docker Hub):
docker-compose up -d

http://localhost:8500/drdb/index.php?content=bs_first_use_init
 http://localhost:8500/

Persistent data storage, backup and restore

TLS/SSL encryption