Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1.28 KB

README.md

File metadata and controls

44 lines (23 loc) · 1.28 KB

video-cms

使用Python Flask和Bootstrap做的简单视频在线播放网站。

需求

  • 操作系统: Windows或Ubuntu
  • Python: 高于3.5.0

安装方法

  1. 下载Python。

对于Windows用户,请访问https://www.python.org/downloads/来下载Python3;

对于Ubuntu用户,Python3已经默认安装在系统中,跳过这一步即可。

  1. 安装Flask。

在Windows上打开PowerShell或在Ubuntu上打开Shell, 执行pip install Flask

  1. 安装MySQL插件。

在Windows上打开PowerShell或在Ubuntu上打开Shell,执行pip install PyMySQL来安装基于Python3的MySQL插件。

  1. 运行程序。

在Windows双击 start.bat,或者 在Ubuntu上执行sudo ./start.sh

截图

image

image

image

image

image

image

image