wiki:MRBS HowTo Install Using Docker

Version 1 (modified by saj.issa, 8 years ago) ( diff )

--

Please read Docker HowTo Install before installing MRBS

Tags: MRBS HowTo

Prerequisites if required

Step 1 - Install Git

$ sudo apt-get update

$ sudo apt-get install git

Step 2 - Install Docker

Docker HowTo Install

Step 3 - Install NGINX

NGINX HowTo Install Using Docker

Install MRBS using Docker

  1. On the host machine go to directory

cd /local/docker/<USER>/

  1. Go to this directory and checkout from docker_appointments

sudo git clone https://github.com/LCBRU/docker_appointments.git

sudo chmod -R 777 docker_briccs_labels/

This will create a directory /local/docker/<USER>/docker_briccs_labels

  1. To build the image :

sudo docker build -t lcbruit/appointments_install:v1.1 .

  1. To run the docker container :

sudo docker run -v /share:/share -itd -p 81:80 lcbruit/appointments_install:v1.1

  1. Test BRICCS Label Printing :

http://XXXXXXXXXXXXXX.xuhl-tr.nhs.uk:81

  1. If required amend to NGINX configuration, particularly /share/nginx.conf
Note: See TracWiki for help on using the wiki.