Changes between Version 1 and Version 2 of i2b2 HowTo Install Using Docker


Ignore:
Timestamp:
02/20/17 13:07:10 (7 years ago)
Author:
saj.issa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • i2b2 HowTo Install Using Docker

    v1 v2  
    1 Please read [[Docker HowTo Install]] before installing REDcap
     1Please read [[Docker HowTo Install]] before installing i2b2
    22
    33== Prerequisites if required
     
    1313    {{{$ sudo apt-get install git }}}
    1414
    15 == Installs
     15== Install using Docker
    1616
    17 You have the choice of either upgrading Redcap or installing a fresh version of Redcap
    18 
    19 == Upgrade Redcap using Docker
     17This will install i2b2 1.7.08
    2018
    21191. On the host machine go to directory
     
    2321    {{{/local/docker/<USER>/}}}
    2422
    25 2. Go to this directory and checkout from git docker_redcap_upgrade
     232. Go to this directory and checkout from git docker_i2b2_1708_fresh
    2624
    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}}}
    2826
    29     {{{sudo chmod -R 777 docker_redcap_upgrade/}}}
     27    {{{sudo chmod -R 777 docker_i2b2_1708_fresh/}}}
    3028
    31 This will create a directory /local/docker/<USER>/docker_redcap_upgrade
     29A README.md file is available here.
    3230
    33 This docker script upgrades an existing redcap installation.
     31This will create a directory /local/docker/<USER>/docker_i2b2_1708_fresh
     32
     333.