Get SimpleRisk

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.

Docker installation

Run SimpleRisk in a container. Pull the official image from Docker Hub, or build it yourself from source.

  1. 1

    Pull the SimpleRisk image from Docker Hub

    docker pull simplerisk/simplerisk
  2. 2

    Start the container

    docker run --name simplerisk -d -p 80:80 -p 443:443 simplerisk/simplerisk
  3. 3

    Test your SimpleRisk instance

    Open https://localhost/ in your browser.

  1. 1

    Clone the SimpleRisk Docker repository

    git clone https://github.com/simplerisk/docker.git simplerisk-docker
  2. 2

    Change to the Docker directory

    cd simplerisk-docker/simplerisk
  3. 3

    Build the SimpleRisk Docker image

    docker build --no-cache -t simplerisk/simplerisk -f Dockerfile .
  4. 4

    Start the container

    docker run --name simplerisk -d -p 80:80 -p 443:443 simplerisk/simplerisk
  5. 5

    Test your SimpleRisk instance

    Open https://localhost/ in your browser.

Running into trouble? Contact us and we'll help you out.