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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • i2b2 HowTo Install Using Docker

    v1 v1  
     1Please 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
     17You have the choice of either upgrading Redcap or installing a fresh version of Redcap
     18
     19== Upgrade Redcap using Docker
     20
     211. On the host machine go to directory
     22
     23    {{{/local/docker/<USER>/}}}
     24
     252. 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
     31This will create a directory /local/docker/<USER>/docker_redcap_upgrade
     32
     33This docker script upgrades an existing redcap installation.