Changes between Version 32 and Version 33 of REDCap HowTo Install Using Docker


Ignore:
Timestamp:
10/07/16 23:07:06 (8 years ago)
Author:
saj.issa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • REDCap HowTo Install Using Docker

    v32 v33  
    120120Add entries for the database.
    121121
     122Ensure salt entry is exactly same as old version of redcap
     123
    1221247. Build Docker container
    123125
     
    1261288. Run container
    127129
    128    {{{sudo docker run -v /share:/share -itd -p 80:80 lcbruit/redcap_upgrade:v6.16.8}}}
     130   {{{sudo docker run -v /share:/share -itd -p 82:80 lcbruit/redcap_upgrade:v6.16.8}}}
    129131
    1301329. Open URL
    131133
    132    {{{http://<HOST>.xuhl-tr.nhs.uk:81/redcap/redcap_v6.16.8/upgrade.php}}}
     134   {{{http://<HOST>.xuhl-tr.nhs.uk:82/redcap/redcap_v6.16.8/upgrade.php}}}
    133135
    13413610. This url will give you a sql script that you run against the database. Download the sql file and place it on the mysql host. Run as follows :