Skip to content

Installation on ArchLinux

Alexandre ZANNI edited this page Sep 23, 2017 · 1 revision

Installation on ArchLinux

This app work with python 2 and not python 3.

Install some prerequisites

$ sudo pacman -S --needed git gcc python2 python2-pip

Install Flask and dataset

$ sudo pip2 install flask dataset

Clone the repo

$ git clone https://github.com/balidani/tinyctf-platform.git
$ cd tinyctf-platform

Import the tasks

$ python2 task_import.py

Start the server

$ python2 server.py

Note: Flask should run on top of a proper web server if you plan to have many players.