| 36 | |
| 37 | 4. 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 | |
| 46 | 5. Build Docker container |
| 47 | |
| 48 | {{{sudo docker build -t lcbruit/i2b2:v1.7.08 .}}} |
| 49 | |
| 50 | 6. 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 | |
| 54 | 7. Open URL |
| 55 | |
| 56 | {{{http://<HOST>.xuhl-tr.nhs.uk/main}}} |
| 57 | |
| 58 | |
| 59 | |
| 60 | |
| 61 | |