Changes between Version 24 and Version 25 of REDCap HowTo Install Using Docker
- Timestamp:
- 10/05/16 13:32:08 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
REDCap HowTo Install Using Docker
v24 v25 60 60 == Upgrade Redcap using Docker 61 61 62 Go to your home directory and checkout from git docker_redcap_upgrade 63 64 {{{sudo git clone https://github.com/LCBRU/docker_redcap_upgrade}}} 62 1. On the host machine go to directory 63 64 {{{/local/docker/<USER>/}}} 65 66 2. Go to this directory and checkout from git docker_redcap_upgrade 67 68 {{{sudo git clone https://github.com/LCBRU/docker_redcap_upgrade.git}}} 65 69 66 70 {{{sudo chmod -R 777 docker_redcap_upgrade/}}} … … 72 76 The first step is to zip the existing redcap installation, this could be either 73 77 74 1. The directory /var/www/redcap on a virtual machine.78 3. The directory /var/www/redcap on a virtual machine. 75 79 76 80 {{{cd /var/www}}} … … 80 84 Move this file into /home/<USER>/docker_redcap_upgrade 81 85 82 2. The directory /var/www/redcap within a running Docker container.86 4. The directory /var/www/redcap within a running Docker container. 83 87 84 88 Connect to existing docker container using … … 98 102 Move this file into /home/<USER>/docker_redcap_upgrade 99 103 100 3. Now edit Dockerfile104 5. Now edit Dockerfile 101 105 102 106 Amend the line # Old Redcap … … 104 108 Amend all instance of latest Redcap, i.e redcapX.XX.X_upgrade.zip, redcap_vX.XX.X. Please use a copy and replace. 105 109 106 4. Edit database.php110 6. Edit database.php 107 111 108 112