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

Latest commit

 

History

History
33 lines (26 loc) · 705 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 705 Bytes

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.