From b977ac5590b0145041a8a7dfd6dbd8c47cc5a09d Mon Sep 17 00:00:00 2001 From: mozzy11 Date: Wed, 30 Oct 2024 21:37:38 +0300 Subject: [PATCH] update read me --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 65ad7a2..2005e2f 100644 --- a/README.md +++ b/README.md @@ -37,15 +37,20 @@ For offline Installtion,where theres no Intenet acess, 1. Download the prepackaged Docker images from the [Release Artifacts](https://github.com/I-TECH-UW/openelis-docker/releases) 1. Unzip the OpenELIS-Global Docker images zip file - ```tar xzf OpenELIS-Global__docker_images.tar.gz``` -1. Move to directory of the Unziped Docker Images file - ```cd OpenELIS-Global__docker_images``` -1. Load the images by running - ```./loadImages.sh``` + tar xzf OpenELIS-Global__docker_images.tar.gz + +1. Move to directory of the Unziped Docker Images file + + cd OpenELIS-Global__docker_images +1. Load the images by running + + ./loadImages.sh 1. Then Move to the root of this project - ```cd openelis-docker``` + + cd openelis-docker 1. Start the containers - ``` docker-compose up -d``` + + docker-compose up -d