Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 534 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 534 Bytes

CTFd_zh

  • 基于CTFd原有平台模板进行优化
  • 加入选择题选择题平台
  • 整合和论坛与选择平台

Ubuntu 安装方法

  • 安装git
    • sudo apt-get install git
  • 安装pip
    • sudo apt-get install python-pip
  • 安装Flask
    • sudo pip install Flask
  • 从github上获取CTFd_zh