-
Notifications
You must be signed in to change notification settings - Fork 12
Installation
tkaixiang edited this page Nov 26, 2021
·
21 revisions
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 Way)
- 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)