...
Clone the OpenELIS Global repository.
Code Block git clone https://github.com/I-TECH-UW/OpenELIS-Global-2.git
Build and Run the docker images from source code.
docker-compose -f build.docker-compose.yml up -d --build
NOTE: if you are using running docker compose version 3.x or later,the command should be docker compose -f build.docker-compose.yml up -d --build
...