Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.
/ terminal-board Public archive

Board written for UPML CTF 2016

License

Notifications You must be signed in to change notification settings

teamteamdev/terminal-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Борда UPML CTF 2016

Скриншот борды

Инструкции по использованию

Это — приложение на Django 1.x.

Дебаг-режим:

python3 manage.py runserver

Создать пользователя админки:

python3 manage.py createsuperuser

Продакшн:

gunicorn -b 127.0.0.1:40000 ctf.wsgi:application

Не забудьте убрать дебаг-режим в ctf/settings.py и поставить nginx в качестве реверс-прокси.

About

Board written for UPML CTF 2016

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published