# CTFd_zh **Repository Path**: totalo/CTFd_zh ## Basic Information - **Project Name**: CTFd_zh - **Description**: 社区练习平台 forks from https://github.com/CTFd/CTFd - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-07-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](https://github.com/CTFd/CTFd/blob/master/CTFd/themes/core/static/img/logo.png?raw=true) ==== ## 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 * git clone https://github.com/totalo/CTFd_zh.git * cd CTFd_zh * sudo ./prepare.sh * sudo python serve.py