Skip to content

Installation

tkaixiang edited this page Sep 29, 2021 · 21 revisions

Last updated on 29/9/2021

We highly recommend deploying Sieberrsec CTF Platform using Docker as it automatically adjusts the settings & downloads the dependencies you need for the platform.

There are 3 types of deployments methods:

  • Docker Production Deployment (Recommended)
  • Docker Local Deployment (for local testing, we recommend this if you are making a few changes and want to test the platform out locally)
  • Non-Docker/Bare-Metal Development Deployment (Not Recommended - This is mainly for contributors of the project who need to make a lot of changes to the codebase without wanting to rebuild the Docker for each change. You will have to edit a few lines of code in order to make this work)