# video-cms **Repository Path**: jacobson/video-cms ## Basic Information - **Project Name**: video-cms - **Description**: 使用Python Flask和Bootstrap做的简单视频在线播放网站。 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-11-15 - **Last Updated**: 2022-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # video-cms 使用Python Flask和Bootstrap做的简单视频在线播放网站。 ## 需求 * 操作系统: Windows或Ubuntu * Python: 高于3.5.0 ## 安装方法 1. 下载Python。 对于Windows用户,请访问`https://www.python.org/downloads/`来下载Python3; 对于Ubuntu用户,Python3已经默认安装在系统中,跳过这一步即可。 2. 安装Flask。 在Windows上打开PowerShell或在Ubuntu上打开Shell, 执行`pip install Flask`。 3. 安装MySQL插件。 在Windows上打开PowerShell或在Ubuntu上打开Shell,执行`pip install PyMySQL`来安装基于Python3的MySQL插件。 4. 运行程序。 在Windows双击 `start.bat`,或者 在Ubuntu上执行`sudo ./start.sh`。 # 截图 ![image](https://github.com/tengge1/video-cms/blob/master/image/login-pc.png) ![image](https://github.com/tengge1/video-cms/blob/master/image/login-mobile.png) ![image](https://github.com/tengge1/video-cms/blob/master/image/home-pc.png) ![image](https://github.com/tengge1/video-cms/blob/master/image/home-mobile.png) ![image](https://github.com/tengge1/video-cms/blob/master/image/play-video.png) ![image](https://github.com/tengge1/video-cms/blob/master/image/category-manage.png) ![image](https://github.com/tengge1/video-cms/blob/master/image/category-edit.png)