Changes between Version 5 and Version 6 of i2b2 HowTo Install Using Docker


Ignore:
Timestamp:
02/22/17 17:20:12 (7 years ago)
Author:
saj.issa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • i2b2 HowTo Install Using Docker

    v5 v6  
    4444
    4545
    46 5. Build Docker container
     466. Modify the following files :
     47
     48   {{{docker_i2b2_1708_fresh/www/admin/i2b2_config_data.js}}}
     49
     50   {{{docker_i2b2_1708_fresh/www/main/i2b2_config_data.js}}}
     51
     52   {{{docker_i2b2_1708_fresh/www/webclient/i2b2_config_data.js}}}
     53
     54Make sure urlCellPM contains the correct server i.e. "http://uhlbriccsapp03.xuhl-tr.nhs.uk
     55
     567. Build Docker container
    4757
    4858   {{{sudo docker build -t lcbruit/i2b2:v1.7.08 .}}}
    4959
    50 6. Run container
     608. Run container
    5161
    5262   {{{sudo docker run -v /share:/share -itd -p 80:80 -p 8080:8080 -p 9990:9990 -p 9090:9090 lcbruit/i2b2:v1.7.08}}}
    5363
    54 7. Open URL
     649. Open URL
     65
     66   {{{http://<HOST>.xuhl-tr.nhs.uk/admin}}}
    5567
    5668   {{{http://<HOST>.xuhl-tr.nhs.uk/main}}}
    5769
     70   {{{http://<HOST>.xuhl-tr.nhs.uk/webclient}}}
    5871
    59     sudo docker ps -a
    60     sudo docker exec -i -t [CONTAINER ID] /bin/bash
     7210. Use the following to connect to server :
    6173
    62 /i2b2/jboss/bin/jboss-cli.sh --connect command=:shutdown
    63 /i2b2/jboss/bin/standalone.sh -b 0.0.0.0
     74   {{{sudo docker ps -a}}}
     75
     76   {{{sudo docker exec -i -t [CONTAINER ID] /bin/bash}}}
     77
     7811. To stop and start tomcat use :
     79
     80   {{{/i2b2/jboss/bin/jboss-cli.sh --connect command=:shutdown}}}
     81
     82   {{{/i2b2/jboss/bin/standalone.sh -b 0.0.0.0}}}
    6483
    6584