| 1 | Please read [[Docker HowTo Install]] before installing REDcap |
| 2 | |
| 3 | == Prerequisites if required |
| 4 | |
| 5 | '''Step 1 - Install Docker''' |
| 6 | |
| 7 | [[Docker HowTo Install]] |
| 8 | |
| 9 | '''Step 2 - Install Git''' |
| 10 | |
| 11 | {{{$ sudo apt-get update }}} |
| 12 | |
| 13 | {{{$ sudo apt-get install git }}} |
| 14 | |
| 15 | == Installs |
| 16 | |
| 17 | You have the choice of either upgrading Redcap or installing a fresh version of Redcap |
| 18 | |
| 19 | == Upgrade Redcap using Docker |
| 20 | |
| 21 | 1. On the host machine go to directory |
| 22 | |
| 23 | {{{/local/docker/<USER>/}}} |
| 24 | |
| 25 | 2. Go to this directory and checkout from git docker_redcap_upgrade |
| 26 | |
| 27 | {{{sudo git clone https://github.com/LCBRU/docker_redcap_upgrade.git}}} |
| 28 | |
| 29 | {{{sudo chmod -R 777 docker_redcap_upgrade/}}} |
| 30 | |
| 31 | This will create a directory /local/docker/<USER>/docker_redcap_upgrade |
| 32 | |
| 33 | This docker script upgrades an existing redcap installation. |