Please read [[Docker HowTo Install]] before installing REDcap == Prerequisites if required '''Step 1 - Install Docker''' [[Docker HowTo Install]] '''Step 2 - Install Git''' {{{$ sudo apt-get update }}} {{{$ sudo apt-get install git }}} == Installs You have the choice of either upgrading Redcap or installing a fresh version of Redcap == Upgrade Redcap using Docker 1. On the host machine go to directory {{{/local/docker//}}} 2. Go to this directory and checkout from git docker_redcap_upgrade {{{sudo git clone https://github.com/LCBRU/docker_redcap_upgrade.git}}} {{{sudo chmod -R 777 docker_redcap_upgrade/}}} This will create a directory /local/docker//docker_redcap_upgrade This docker script upgrades an existing redcap installation.