Changes between Version 1 and Version 2 of i2b2 HowTo Install Using Docker
- Timestamp:
- 02/20/17 13:07:10 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
i2b2 HowTo Install Using Docker
v1 v2 1 Please read [[Docker HowTo Install]] before installing REDcap1 Please read [[Docker HowTo Install]] before installing i2b2 2 2 3 3 == Prerequisites if required … … 13 13 {{{$ sudo apt-get install git }}} 14 14 15 == Install s15 == Install using Docker 16 16 17 You have the choice of either upgrading Redcap or installing a fresh version of Redcap 18 19 == Upgrade Redcap using Docker 17 This will install i2b2 1.7.08 20 18 21 19 1. On the host machine go to directory … … 23 21 {{{/local/docker/<USER>/}}} 24 22 25 2. Go to this directory and checkout from git docker_ redcap_upgrade23 2. Go to this directory and checkout from git docker_i2b2_1708_fresh 26 24 27 {{{sudo git clone https://github.com/LCBRU/docker_ redcap_upgrade.git}}}25 {{{sudo git clone https://github.com/LCBRU/docker_i2b2_1708_fresh.git}}} 28 26 29 {{{sudo chmod -R 777 docker_ redcap_upgrade/}}}27 {{{sudo chmod -R 777 docker_i2b2_1708_fresh/}}} 30 28 31 This will create a directory /local/docker/<USER>/docker_redcap_upgrade 29 A README.md file is available here. 32 30 33 This docker script upgrades an existing redcap installation. 31 This will create a directory /local/docker/<USER>/docker_i2b2_1708_fresh 32 33 3.