Skip to content

curie-data-factory/redcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redcap

https://eds.aphp.fr/sites/default/files/inline-images/redcap.png

Redcap is a proprietary CRF Research TOOL, Institut Curie is NOT proprietary and has no delegation to use or distribute this software. You must follow all requirements from the Redcap owner when you use it. Institut Curie cannot be responsible of the use of redcap software.

It only gives you the definition file (Dockerfile) for the redcap runtime environment.

Docker Image definition for Redcap Helm deployment

Requirements

Try RedCap

To try RedCap : https://projectredcap.org/software/try/

Use the Docker Image

The dockerfile here gives you all the software requirements to use redcap standalone or with our Helm Chart

To use the docker image

git clone https://github.com/curie-data-factory/redcap.git

# Copy the source code from Redcap 
cp -r redcap-sources/* ./redcap/code/redcap/

docker build -t redcap redcap

Installing the helm chart

Before you can install the chart you will need to add the curiedfcharts repo to https://helm.sh/

helm repo add curiedfcharts https://curie-data-factory.github.io/helm-charts
helm repo update

After you've installed the repo you can install the chart.

helm upgrade --install --namespace default --values ./my-values.yaml my-release curiedfcharts/redcap