How Can We Help?
RIS Installation Guide
Install Docker Engine
- Copy the static binary archive provided in the “Docker Engine” folder of the Installation drive.
- Alternativel , download the static binaries from the following link – https://docs.docker.com/engine/install/binaries/
- Go to the “Install Static binaries”
- Select the URL for download.
- Write command “sudo apt-get install docker.io” .
- To check Docker version installed use – “docker –version” .
Loading RIS and Configuration
- Copy the RIS application file – ris.tar.gz to the same folder.
- Copy the RIS configuration file in the same folder e.g. jmsProviderConfig
- Once you have docker running ,use the following command to load RIS image to local docker repository.
docker load < ris.tar.gz
docker run –env-file ./jmsProviderConfig -d -p 8090:8090 –name RIS ris
docker logs RIS