Install SimpleRisk
Choose the installation method that fits your environment. Every option deploys the full open source platform, free to use for as long as you like.
Scripted install
Run one command on a fresh Linux server and let our script do the rest.
Choose 02Virtual machine
Download a pre-built VM image and boot SimpleRisk in minutes.
Choose 03Docker container
Pull the official image and run SimpleRisk anywhere Docker runs.
Selected 04Manual install
Install each component yourself for full control of your environment.
ChooseDocker installation
Run SimpleRisk in a container. Pull the official image from Docker Hub, or build it yourself from source.
-
1
Pull the SimpleRisk image from Docker Hub
docker pull simplerisk/simplerisk -
2
Start the container
docker run --name simplerisk -d -p 80:80 -p 443:443 simplerisk/simplerisk -
3
Test your SimpleRisk instance
Open
https://localhost/in your browser.
-
1
Clone the SimpleRisk Docker repository
git clone https://github.com/simplerisk/docker.git simplerisk-docker -
2
Change to the Docker directory
cd simplerisk-docker/simplerisk -
3
Build the SimpleRisk Docker image
docker build --no-cache -t simplerisk/simplerisk -f Dockerfile . -
4
Start the container
docker run --name simplerisk -d -p 80:80 -p 443:443 simplerisk/simplerisk -
5
Test your SimpleRisk instance
Open
https://localhost/in your browser.
Running into trouble? Contact us and we'll help you out.