Skip to content

MaastrichtUniversity/rit-davrods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RIT-Davrods

This is the Research IT version of Davrods. It is based on:

Run instructions for docker-compose

First, create an .env file in the root of your workdir, based on this example:

ENV_DAVRODS_IRODS_VERSION=4.2.5
ENV_DAVRODS_VERSION=4.2.5_1.4.2

Then add a docker-compose.yml file based on this example:

version: '2'
services:
  davrods:
    build:
      context: externals/rit-davrods/
      args:
        - ENV_DAVRODS_IRODS_VERSION
        - ENV_DAVRODS_VERSION

Edit the config/davrods-vhost.conf file and enter values that correspond to your iRODS environment. Especially look for these variables

ServerName
DavRodsServer
DavRodsZone
DavRodsAuthScheme
DavRodsExposedRoot

Finally, build and run the container

docker-compose build davrods
docker-compose up -d davrods