Changes between Version 32 and Version 33 of REDCap HowTo Install Using Docker
- Timestamp:
- 10/07/16 23:07:06 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
REDCap HowTo Install Using Docker
v32 v33 120 120 Add entries for the database. 121 121 122 Ensure salt entry is exactly same as old version of redcap 123 122 124 7. Build Docker container 123 125 … … 126 128 8. Run container 127 129 128 {{{sudo docker run -v /share:/share -itd -p 8 0:80 lcbruit/redcap_upgrade:v6.16.8}}}130 {{{sudo docker run -v /share:/share -itd -p 82:80 lcbruit/redcap_upgrade:v6.16.8}}} 129 131 130 132 9. Open URL 131 133 132 {{{http://<HOST>.xuhl-tr.nhs.uk:8 1/redcap/redcap_v6.16.8/upgrade.php}}}134 {{{http://<HOST>.xuhl-tr.nhs.uk:82/redcap/redcap_v6.16.8/upgrade.php}}} 133 135 134 136 10. 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 :