Changes between Version 3 and Version 4 of i2b2 HowTo Install Using Docker


Ignore:
Timestamp:
02/20/17 14:26:59 (7 years ago)
Author:
saj.issa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • i2b2 HowTo Install Using Docker

    v3 v4  
    3434
    3535Run these on your Microsoft sql database only if you are creating a new i2b2 install.
     36
     374. The main configuration files are :
     38
     39   {{{i2b2-1.7.08-install-procedures/config/config.properties}}}
     40
     41   {{{i2b2-1.7.08-install-procedures/config/defaults.sh}}}
     42
     43   {{{i2b2-1.7.08-install-procedures/bin/compositions/install-all.sh}}}
     44
     45
     465. Build Docker container
     47
     48   {{{sudo docker build -t lcbruit/i2b2:v1.7.08 .}}}
     49
     506. Run container
     51
     52   {{{sudo docker run -v /share:/share -itd -p 80:80 -p 8080:8080 -p 9990:9990 -p 9090:9090 lcbruit/i2b2:v1.7.08}}}
     53
     547. Open URL
     55
     56   {{{http://<HOST>.xuhl-tr.nhs.uk/main}}}
     57
     58
     59
     60   
     61