Skip to content

FyMatt/CTF_Platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. CTF_Platform

    介绍

    一个专注于CTF竞赛的开源平台,提供比赛组织、题库管理及在线解题功能,助力网络安全人才成长与交流。 部署于Liunx(Ubuntu)

    软件架构

    软件架构说明

    安装教程

    需要先下载好docker

    1. cd 到 manage.py的上一级目录

    2. 创建虚拟环境 python3 -m venv .venv

    3. 使用虚拟环境 source .venv/bin/activate

    4. 下载依赖包 pip install django docker urllib3 -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple

    5. 迁移数据 python3 manage.py makemigrations python3 manage.py migrate

    6. 创建管理员用户 python3 manage.py createsuperuser

    7. 运行,端口可以自己改 python3 manage.py runserver 0.0.0.0:8000

    8. 然后访问http://localhost:8000/ 即可

About

base Python Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors