# Step 1 : Clone the repo
git clone https://github.com/NTUCSIECouncil/ForesightCampWeb.git
# Step 2 : Setup python ( you may skip this step if the environment is set up )
sudo apt-get install python3-pip
python3 -m pip install -U pip
# Step 3 : Install Django
pip3 install -r requirements.txt
-
Start the server
./manage.py runserver <ip or domain-name>:<port>
-
Management
Log in the backstage as administrator and revise flag
Be sure to change adminstration's password before start it !!!
This repository is originally forked from [Tenyoku's foresight_camp_ctf repository] (https://github.com/Tenyoku8478/foresight_camp_ctf).