2) Run the Install Script:
On a new Ubuntu 18.04, CentOS 7, or RHEL 8 instance run the following command as the "root" user:
curl -sL https://raw.githubusercontent.com/simplerisk/setup-scripts/master/simplerisk-setup.sh | bash -
4) Follow the Instructions:
2) Clone the SimpleRisk Docker Repository:
git clone https://github.com/simplerisk/docker.git simplerisk-docker
Change to the Docker directory:
cd simplerisk-docker/simplerisk
Build the SimpleRisk Docker Image:
docker build -t simplerisk/simplerisk -f bionic/Dockerfile .
Start the Docker Container:
docker run --name simplerisk -d -p 80:80 -p 443:443 simplerisk/simplerisk
2) Download the SimpleRisk image
from DockerHub :
docker pull simplerisk/simplerisk
Start the Docker Container:
docker run --name simplerisk -d -p 80:80 -p 443:443 simplerisk/simplerisk