Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

adamyordan/platform-ctf-netsos

Repository files navigation

PlatformCTFNetsos

Build Status

![Homepage] (/public/logo.png?raw=true)

A Platform for Jeopardy-style Capture the Flag contests.

Features

  • Persistent contests
  • Top scoreboard
  • Admin page

Installation

# install dependencies
composer install
# copy and edit .env
cp .env.example .env
# add database
mysql
# generate app key
php artisan key:generate
# migration and seeder
php artisan migrate --seed
# serve
php artisan serve

Contributing

Please read this for more information.

Releases

No releases published

Packages

No packages published