Skip to content

Commit

Permalink
Merge pull request #16 from mozzy11/main
Browse files Browse the repository at this point in the history
update read me
  • Loading branch information
mozzy11 authored Oct 30, 2024
2 parents fe71b4f + b977ac5 commit dfd9cea
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_<verion>_docker_images.tar.gz```

1. Move to directory of the Unziped Docker Images file
```cd OpenELIS-Global_<verion>_docker_images```
1. Load the images by running
```./loadImages.sh```
tar xzf OpenELIS-Global_<verion>_docker_images.tar.gz

1. Move to directory of the Unziped Docker Images file

cd OpenELIS-Global_<verion>_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

0 comments on commit dfd9cea

Please sign in to comment.