Changes between Version 30 and Version 31 of REDCap HowTo Install Using Docker


Ignore:
Timestamp:
10/06/16 12:14:57 (8 years ago)
Author:
saj.issa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • REDCap HowTo Install Using Docker

    v30 v31  
    33== Prerequisites if required
    44
    5 '''Step 1 - Install Git'''
     5'''Step 1 - Install Docker'''
     6
     7[[Docker HowTo Install]]
     8
     9'''Step 2 - Install Git'''
    610
    711    {{{$ sudo apt-get update }}}
     
    913    {{{$ sudo apt-get install git }}}
    1014
    11 Please note you will need to have an account on git.
    12 
    13 '''Step 2 - Backup Redcap Database'''
     15'''Step 3 - Install NGINX'''
     16
     17[[NGINX HowTo Install Using Docker]]
     18
     19'''Step 4 - Backup Redcap Database'''
    1420
    1521Log on to the mysql database machine.
     
    3137    {{{mysql -u root -p -h localhost redcap6168 < 19-09-2016-_redcap.sql}}}
    3238
    33 '''Step 3 - Create / Grant Mysql permissions'''
     39'''Step 5 - Create / Grant Mysql permissions'''
    3440
    3541If a new user is needed run the following, replace necessary details
     
    5460
    5561    {{{GRANT ALL PRIVILEGES ON redcap6168_briccsext.* TO 'briccsext_user'@'uhlbriccsext01.xuhl-tr.nhs.uk';}}}
    56 
    57 '''Step 3 - Install NGINX if not already installed'''
    58 
    59 Follow the instructions to install NGINX reverse proxy
    60 
    61 [[NGINX HowTo Install Using Docker]]
    6262
    6363== Upgrade Redcap using Docker